CN-251 Entity-explorer 左侧筛选TOP10弹框开发(列名较长时,不显示第10条数据)

This commit is contained in:
hyx
2021-12-27 09:59:44 +08:00
parent 01a92cf030
commit dbf17b004b

View File

@@ -67,7 +67,6 @@
top: 210px;
left: 580px;
width: 420px;
height:370px;
color: #606266;
background: #fff;
border-radius: 4px;
@@ -95,9 +94,9 @@
.filter-top-box {
margin-top: 12px;
width: 100%;
height: 350px;
height: fit-content;
.filter-top-body{
height: 305px;
height: fit-content;
overflow: auto;
display: flex;
flex-direction: column;