优化界面显示

This commit is contained in:
GoEdgeLab
2021-01-19 10:21:53 +08:00
parent f3ddd61aa2
commit 7d55f61660
4 changed files with 83 additions and 54 deletions

View File

@@ -45,6 +45,15 @@ tbody {
background: transparent;
}
.table-box {
margin-top: 1em;
overflow-x: auto;
}
.table-box::-webkit-scrollbar {
height: 6px;
}
.table.width30 {
width: 30em !important;
}
@@ -57,6 +66,10 @@ tbody {
width: 40em !important;
}
.table.width1024 {
width: 1024px !important;
}
.table th, .table td {
font-size: 0.9em !important;
}