a
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user