From 6fce539554fcb428c5cbc138458999eef98c5bc0 Mon Sep 17 00:00:00 2001 From: xuqiang1998 Date: Mon, 10 Jul 2023 18:36:51 +0800 Subject: [PATCH] =?UTF-8?q?sm=E4=B8=8Emd=E7=9A=84600vp=E5=88=86=E7=95=8C?= =?UTF-8?q?=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuqiang1998 --- .../multi-device-app-dev/typical-layout-scenario.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/typical-layout-scenario.md b/zh-cn/application-dev/key-features/multi-device-app-dev/typical-layout-scenario.md index cd5ed95e55..0eede0cfc6 100644 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/typical-layout-scenario.md +++ b/zh-cn/application-dev/key-features/multi-device-app-dev/typical-layout-scenario.md @@ -606,13 +606,15 @@ struct TripleColumnSample { .backgroundColor('#FFFFFF') .height('100%') .width('100%') - .navBarWidth(360) + .navBarWidth(240) .hideToolBar(true) .title(this.NavigationTitle) + .minContextWidth(600-240) }.width('100%').height('100%') - }.sideBarWidth(100) + }.sideBarWidth(240) .minSideBarWidth(50) .maxSideBarWidth(300) + .minContextWidth(600-240) } } ``` -- GitLab