This commit is contained in:
guochunsi
2026-02-05 15:35:46 +08:00
parent 51e3e72bd1
commit 94b5b8b7ab
6 changed files with 352 additions and 205 deletions

View File

@@ -50,7 +50,7 @@ body,
width: 100%;
height: 100%;
.layout-pd {
padding: 10px !important;
padding: 12px !important;
background: linear-gradient(135deg,#f5f7fa,#e9ecef);
}
.layout-flex {

View File

@@ -439,6 +439,12 @@
background-color: #f5f7ff;
}
/* 表格单元格内边距(全局)- 左右用默认,上下 9px */
.el-table .el-table__body td,
.el-table .el-table__header th {
padding: 9px 0;
}
/* scrollbar
------------------------------- */
.el-scrollbar__bar {