Skip to content

Commit

Permalink
Merge pull request #2149 from lhzzforever/dev/develop_ci
Browse files Browse the repository at this point in the history
fix: 调整复制成员字体大小
  • Loading branch information
huangpeng0428 authored Jul 31, 2023
2 parents b0ff691 + cb7ac4b commit 5946682
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/views/group/components/member-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
>
<div
class="group-dropdown-trigger-btn"
style="padding-left: 19px;"
slot="dropdown-trigger"
>
<span>{{ $t(`m.userGroup['复制成员']`) }}</span>
<span class="group-dropdown-text">{{ $t(`m.userGroup['复制成员']`) }}</span>
<i
:class="[
'bk-icon icon-angle-down',
Expand Down Expand Up @@ -699,6 +698,9 @@
cursor: pointer;
border-color: #979ba5;
}
.group-dropdown-text {
font-size: 14px;
}
.bk-icon {
font-size: 22px;
}
Expand Down

0 comments on commit 5946682

Please sign in to comment.