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

@@ -71,6 +71,21 @@
padding: 10px;
}
}
}
.list-page {
.sub-box.bottom-box {
.nz-table2 .el-table--border {
.gutter {
position: fixed;
right: 31px;
height: 41px;
border-bottom: 1px solid $--border-color-light;
background-color: $--background-color-empty;
box-sizing: border-box;
}
}
}
}
.sub-list {
height: calc(100% - 9px);