界面优化

This commit is contained in:
CaIon
2023-10-31 17:31:22 +08:00
parent 719b82ad49
commit f98dd8d693
4 changed files with 19 additions and 10 deletions

View File

@@ -10,6 +10,14 @@ body {
background-color: var( --semi-color-bg-0) !important;
}
.tableShow {
display: revert;
}
.tableHiddle {
display: none !important;
}
body::-webkit-scrollbar {
display: none;
}