From 3371b1ed2f4e3bb78ca9a7b4713a263ea3b1f7fa Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 11 Jan 2024 12:25:03 +0800 Subject: [PATCH] update scroll-view.md --- docs/component/scroll-view.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/component/scroll-view.md b/docs/component/scroll-view.md index 5c726da9..905b7a16 100644 --- a/docs/component/scroll-view.md +++ b/docs/component/scroll-view.md @@ -93,12 +93,9 @@ onNestedPreScroll(event: NestedPreScrollEvent) { #### App平台 + App平台scroll-x、scroll-y属性不支持同时设置为true, 同时设置true时仅scroll-y生效 -+ App平台scroll-view组件不支持动态切换横竖滚动方向 ++ App平台scroll-view组件不支持动态切换横竖滚动方向 ++ App平台scroll-view组件的overflow属性不支持配置visible - - -### Bug & Tips@tips - -- scroll-view组件的overflow属性不支持配置visible \ No newline at end of file + \ No newline at end of file -- GitLab