webadmin界面调整

This commit is contained in:
2026-07-06 19:35:15 +08:00
parent 4c38a9dd2b
commit 04b0559fb8
2 changed files with 58 additions and 18 deletions
+17
View File
@@ -1,3 +1,20 @@
html,
body,
#root {
height: 100%;
margin: 0;
}
/* 左侧导航可滚动但不显示滚动条 */
.admin-sider-menu-scroll {
scrollbar-width: none;
-ms-overflow-style: none;
}
.admin-sider-menu-scroll::-webkit-scrollbar {
display: none;
}
.admin-table-nowrap .ant-table-cell {
white-space: nowrap;
}