From 70b6bcd66b6b02a8610d5c63ca37894e999ff5af Mon Sep 17 00:00:00 2001 From: roymondchen Date: Wed, 18 Oct 2023 11:18:44 +0800 Subject: [PATCH] =?UTF-8?q?style(editor):=20=E4=BC=98=E5=8C=96=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9D=A1=E4=BB=B6=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/theme/props-panel.scss | 8 ++++++++ packages/editor/src/utils/props.ts | 2 ++ 2 files changed, 10 insertions(+) diff --git a/packages/editor/src/theme/props-panel.scss b/packages/editor/src/theme/props-panel.scss index 95af761af..6da68a832 100644 --- a/packages/editor/src/theme/props-panel.scss +++ b/packages/editor/src/theme/props-panel.scss @@ -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 { diff --git a/packages/editor/src/utils/props.ts b/packages/editor/src/utils/props.ts index 1b50f9c29..3ddb3f500 100644 --- a/packages/editor/src/utils/props.ts +++ b/packages/editor/src/utils/props.ts @@ -237,6 +237,8 @@ export const displayTabConfig: TabPaneConfig = { { type: 'groupList', name: 'displayConds', + titlePrefix: '条件组', + expandAll: true, items: [ { type: 'table',