优化界面

This commit is contained in:
GoEdgeLab
2020-11-16 15:26:27 +08:00
parent 71c682470c
commit 5af772a178
8 changed files with 43 additions and 27 deletions

View File

@@ -32,4 +32,12 @@ table {
th.center, td.center {
text-align: center !important;
}
th.width10 {
width: 10em;
}
th.width5 {
width: 5em;
}
}