fix: 主题样式调整,修复chart页面逻辑错误问题

This commit is contained in:
@changcode
2021-12-07 17:01:42 +08:00
parent 2b8737562c
commit bf263b9eb4
6 changed files with 33 additions and 5 deletions

View File

@@ -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;
}
}
}