From f18849094217c19be9b0e8fa3ee9d70422069c5a Mon Sep 17 00:00:00 2001 From: RedPig97 <1978141412@qq.com> Date: Tue, 16 Apr 2024 14:45:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=91=E9=83=A8=E4=BB=B6=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E9=9D=A2=E6=9D=BF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../control-layout-model-repository-tree-layout.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/web-theme/src/publish/control-layout/control-layout-model-repository-tree-layout.ts b/packages/web-theme/src/publish/control-layout/control-layout-model-repository-tree-layout.ts index 9e1e197..6dc2caf 100644 --- a/packages/web-theme/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +++ b/packages/web-theme/src/publish/control-layout/control-layout-model-repository-tree-layout.ts @@ -55,6 +55,7 @@ export default { "itemStyle": "DEFAULT", "itemType": "CTRLPOS", "layoutPos": { + "grow": 1, "shrink": 1, "layout": "FLEX" }, @@ -70,6 +71,7 @@ export default { "itemStyle": "DEFAULT", "itemType": "CONTAINER", "layoutPos": { + "grow": 1, "shrink": 1, "layout": "FLEX" }, -- Gitee