This commit is contained in:
lb
2023-03-17 14:03:13 +08:00
parent 00acee7453
commit f9cfdacf30
8 changed files with 29 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
v-bind="tableConfig"
ref="base-list-table"
:header-cell-style="/** 重写表格样式 **/ {
padding: '8px 0',
padding: '5px 0',
}"
row-key="id"
:cell-style="{ padding: 0 }"

View File

@@ -154,6 +154,10 @@ export default {
/* position: relative; */
}
.base-search-form >>> .el-form-item {
margin-bottom: 12px;
}
.brand-color-line {
display: inline-block;
height: 20px;