update 优化 前端样式初步调整并删除无用样式

This commit is contained in:
lau
2026-03-25 22:33:41 +08:00
parent fed0ac99e8
commit 2502de3081
72 changed files with 274 additions and 485 deletions
+1 -16
View File
@@ -1,19 +1,4 @@
/* Navigation and collection views: tables, tabs, pagination, breadcrumb. */
.el-table {
border-radius: 10px;
overflow: hidden;
border: 1px solid var(--app-surface-border);
}
.el-table__header-wrapper,
.el-table__body-wrapper {
background: transparent;
}
.el-table__row:hover td.el-table__cell {
background-color: rgba(53, 109, 255, 0.05) !important;
}
/* 导航类组件:Tabs、Pagination、面包屑容 */
.el-tabs__header {
margin: 0 0 12px 0;