fix: 主题样式调整,修复chart页面逻辑错误问题
This commit is contained in:
@@ -323,7 +323,7 @@
|
||||
.el-table__body-wrapper {
|
||||
overflow: auto;
|
||||
background-color: $--table-body-background-color;
|
||||
height: 100% !important;
|
||||
height: calc(100% - 42px) !important;
|
||||
}
|
||||
.el-table__fixed-body-wrapper {
|
||||
top: 42px !important;
|
||||
@@ -532,3 +532,16 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.list-page.detail-view .nz-detail-view-right{
|
||||
.nz-table2 .el-table--border {
|
||||
height: calc(100% - 45px) !important;
|
||||
.gutter {
|
||||
position: fixed;
|
||||
right: 42px;
|
||||
height: 42px;
|
||||
border-bottom: 1px solid $--border-color-light;
|
||||
background-color: $--background-color-empty;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user