perf: 调整列表页表格的高度,减小底部六百

This commit is contained in:
陈劲松
2020-03-04 20:11:50 +08:00
parent 37503b55bd
commit 06bb5423d9
10 changed files with 10 additions and 8 deletions

View File

@@ -675,7 +675,7 @@
.table-list {
margin-top: 6px;
overflow-y: auto;
height: calc(100% - 150px);
height: calc(100% - 120px);
}
.box-content {