fix: 主题样式调整,修复chart页面逻辑错误问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user