From 5a4cde2e63bf44b928617083b0b17a54162cda1c Mon Sep 17 00:00:00 2001 From: luoweibin Date: Wed, 28 Jun 2023 02:36:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9git=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=8F=8F=E8=BF=B0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luoweibin Change-Id: I6fea8af5ac58577a0a56bb17f979de2d937d4fa6 --- zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md index 34c55c5ca6..bf7d9aa942 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-swiper.md @@ -57,7 +57,7 @@ Swiper(controller?: SwiperController) | Stretch(deprecated) | Swiper滑动一页的宽度为Swiper组件自身的宽度。
从API verdion 10开始不再维护,建议使用STRETCH代替。| | AutoLinear(deprecated) | Swiper滑动一页的宽度为子组件宽度中的最大值。
从API verdion 10开始不再维护,建议使用AUTO_LINEAR代替。| | STRETCH10+ | Swiper滑动一页的宽度为Swiper组件自身的宽度。| -| AUTO_LINEAR10+ | Swiper滑动一页的宽度为子组件宽度中的最大值。| +| AUTO_LINEAR10+ | Swiper滑动一页的宽度为视窗内最左侧子组件的宽度。| ## SwiperController -- GitLab