mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-26 13:08:08 +00:00
perf: 调整列表操作里按钮高度
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -212,6 +212,10 @@ export default {
|
||||
max-height: 500px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
& >>> .el-button-ungroup .el-dropdown > .more-action {
|
||||
height: 24.6px;
|
||||
}
|
||||
}
|
||||
|
||||
//修改颜色
|
||||
|
||||
Reference in New Issue
Block a user