We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffeb41 commit a49330eCopy full SHA for a49330e
frontend/src/views/system/workspace/index.vue
@@ -421,7 +421,7 @@ const handleCurrentChange = (val: number) => {
421
? t('workspace.administrator')
422
: t('workspace.ordinary_member')
423
}}</span>
424
- <el-icon size="16">
+ <el-icon style="display: none" size="16">
425
<arrow_down></arrow_down>
426
</el-icon>
427
</div>
@@ -715,6 +715,7 @@ const handleCurrentChange = (val: number) => {
715
cursor: pointer;
716
&:hover {
717
.ed-icon {
718
+ display: block !important;
719
transform: rotate(180deg);
720
}
721
0 commit comments