CN-588 实体列表、detection列表页取消高度限制,去掉滚动条
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.detection-list {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
/*overflow: auto;*/
|
||||
flex: 1;
|
||||
position: relative;
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
.cn-detection__shadow {
|
||||
position: fixed;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
width:100vw;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
.explorer-container {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
overflow: visible; /*overflow: hidden;*/
|
||||
height: calc(100% - 120px);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
.entity-list--list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
/*height: 100%;
|
||||
overflow: visible;/*overflow: auto;*/
|
||||
|
||||
.cn-entity__shadow {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user