mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
feat(X-Pack): 列表项下拉筛选列表添加高度限制
style调整为class
This commit is contained in:
@@ -64,7 +64,7 @@ const handleCheckAllChange = (val: CheckboxValueType) => {
|
||||
</el-button>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu class="list-columns-select">
|
||||
<el-main style="padding: 0; max-height: 320px">
|
||||
<el-main class="main-div-select">
|
||||
<p class="title">{{ $t('component.selectInfo') }}</p>
|
||||
<el-checkbox
|
||||
v-model="checkAll"
|
||||
@@ -104,5 +104,9 @@ const handleCheckAllChange = (val: CheckboxValueType) => {
|
||||
.ed-checkbox {
|
||||
width: 100%;
|
||||
}
|
||||
.main-div-select {
|
||||
max-height: 320px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user