优化界面

This commit is contained in:
刘祥超
2020-11-16 15:26:27 +08:00
parent b466868da1
commit 7bd0b0e6b1
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;
}
}