diff --git a/pages/component/scroll-view/scroll-view-props.uvue b/pages/component/scroll-view/scroll-view-props.uvue index adf7943ee7a72756e9c0504b76f2f1ad7e2ec044..74cb6cd738147325adfed1f7baebeca3a47ace82 100644 --- a/pages/component/scroll-view/scroll-view-props.uvue +++ b/pages/component/scroll-view/scroll-view-props.uvue @@ -8,8 +8,9 @@ :enable-back-to-top="enableBackToTop" :scroll-with-animation="scrollWithAnimation" style="flex-direction: row;" class="uni-margin-wrap" :show-scrollbar="showScrollbar" :bounces="bounces" @scrolltoupper="scrolltoupper" @scrolltolower="scrolltolower" @scroll="scroll" @scrollend="scrollend" - ref="scrollViewX" id="scrollViewX"> - + ref="scrollViewX" id="scrollViewX"> + + {{item.label}} @@ -18,8 +19,9 @@ :enable-back-to-top="enableBackToTop" :scroll-with-animation="scrollWithAnimation" :show-scrollbar="showScrollbar" :bounces="bounces" @scrolltoupper="scrolltoupper" @touchmove="onTouchMove" @scrolltolower="scrolltolower" @scroll="scroll" @scrollend="scrollend" ref="scrollViewY" id="scrollViewY" - class="uni-margin-wrap"> - + class="uni-margin-wrap"> + + {{item.label}} @@ -248,4 +250,13 @@ .button { flex: 1; } + + /*自动化测试专用*/ + .v-margin-bottom { + margin-bottom: 50px; + } + /*自动化测试专用*/ + .h-margin-right { + margin-right: 50px; + }