修改表格扩展字段的样式

This commit is contained in:
jacky 2024-04-29 23:01:38 +08:00
parent 6e9857ca6e
commit bae9f93a1d
1 changed files with 3 additions and 0 deletions

View File

@ -591,6 +591,9 @@ li {
border-right:var(--el-table-border); border-right:var(--el-table-border);
background: #F7FBFF !important; background: #F7FBFF !important;
} }
.el-table__expand-icon {
height: 40px;
}
} }
} }