From 16e44b766d2e56dd373761834ecd4126fa4479ca Mon Sep 17 00:00:00 2001 From: fanzhaonan Date: Tue, 27 Sep 2022 14:28:42 +0800 Subject: [PATCH] update docs Signed-off-by: fanzhaonan --- .../key-features/multi-device-app-dev/responsive-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/responsive-layout.md b/zh-cn/application-dev/key-features/multi-device-app-dev/responsive-layout.md index 31f496ed16..9c29517d7c 100644 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/responsive-layout.md +++ b/zh-cn/application-dev/key-features/multi-device-app-dev/responsive-layout.md @@ -349,7 +349,7 @@ struct GridRowSample2 { // 侧边栏,尺寸变化范围 [100vp, 600vp] Column(){}.width('100%').backgroundColor('#19000000') - // 内容区,尺寸变化范围 [窗口宽度550vp, 窗口宽度50vp] + // 内容区,尺寸变化范围 [550vp, 50vp] GridRow({breakpoints: {value: ['100vp', '200vp', '300vp', '400vp', '500vp'], reference: BreakpointsReference.ComponentSize}}) { GridCol({span:{xs: 12, sm: 12, md: 12, lg:12, xl: 12, xxl:12}}) { -- GitLab