perf: 调整列表操作里按钮高度

This commit is contained in:
“huailei000”
2023-01-30 17:32:43 +08:00
committed by huailei
parent 3041dee3ce
commit affca62d1a
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
placement="bottom-start"
@command="handleDropdownCallback"
>
<el-button :size="size" v-bind="cleanButtonAction(action)">
<el-button class="more-action" :size="size" v-bind="cleanButtonAction(action)">
{{ action.title }}<i class="el-icon-arrow-down el-icon--right" />
</el-button>
<el-dropdown-menu slot="dropdown" style="overflow: auto;max-height: 60vh">

View File

@@ -212,6 +212,10 @@ export default {
max-height: 500px;
overflow-y: scroll;
}
& >>> .el-button-ungroup .el-dropdown > .more-action {
height: 24.6px;
}
}
//修改颜色