style(editor): 优化显示条件展示

This commit is contained in:
roymondchen 2023-10-18 11:18:44 +08:00
parent c25be06441
commit 70b6bcd66b
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,14 @@
.el-input__wrapper { .el-input__wrapper {
border-radius: 0; border-radius: 0;
} }
.m-fields-group-list {
.tmagic-design-table {
th {
font-size: 12px;
}
}
}
} }
.m-editor-props-panel-popper { .m-editor-props-panel-popper {

View File

@ -237,6 +237,8 @@ export const displayTabConfig: TabPaneConfig = {
{ {
type: 'groupList', type: 'groupList',
name: 'displayConds', name: 'displayConds',
titlePrefix: '条件组',
expandAll: true,
items: [ items: [
{ {
type: 'table', type: 'table',