Skip to content

Commit

Permalink
style(editor): 优化显示条件展示
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Oct 18, 2023
1 parent c25be06 commit 70b6bcd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/editor/src/theme/props-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
.el-input__wrapper {
border-radius: 0;
}

.m-fields-group-list {
.tmagic-design-table {
th {
font-size: 12px;
}
}
}
}

.m-editor-props-panel-popper {
Expand Down
2 changes: 2 additions & 0 deletions packages/editor/src/utils/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ export const displayTabConfig: TabPaneConfig = {
{
type: 'groupList',
name: 'displayConds',
titlePrefix: '条件组',
expandAll: true,
items: [
{
type: 'table',
Expand Down

0 comments on commit 70b6bcd

Please sign in to comment.