CN-251 Entity-explorer 左侧筛选TOP10弹框开发(列名较长时,不显示第10条数据)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user