diff --git a/pages/component/scroll-view/scroll-view-props.uvue b/pages/component/scroll-view/scroll-view-props.uvue
index 3b2e250b185cad8b7257e59e5bcd771a310e5bda..43a7309b799261f379ac1f5f1120bf81d42740e6 100644
--- a/pages/component/scroll-view/scroll-view-props.uvue
+++ b/pages/component/scroll-view/scroll-view-props.uvue
@@ -34,10 +34,6 @@
是否有反弹效果
-
- 是否开启双击标题栏返回顶部
-
-
是否开启滚动时使用动画过渡
@@ -206,7 +202,7 @@
}
.uni-slider {
- height: 100rpx;
+ height: 60px;
padding: 30rpx;
justify-content: center;
}
diff --git a/pages/component/scroll-view/scroll-view.uvue b/pages/component/scroll-view/scroll-view.uvue
index 0cb2070cfd47538e54953f51a210c7467faf1db0..d6321f96b232ba335e947e0af072f8b21e213420 100644
--- a/pages/component/scroll-view/scroll-view.uvue
+++ b/pages/component/scroll-view/scroll-view.uvue
@@ -1,178 +1,130 @@
-
-
-
-
-
-
-
- Vertical Scroll
- 纵向滚动
-
-
-
- A
- B
- C
-
-
-
- 点击这里返回顶部
-
+
+
+
+
+
+
+
+ Vertical Scroll
+ 纵向滚动
+
+
+
+ A
+ B
+ C
+
+
+
+ 点击这里返回顶部
+
-
- 下拉刷新
-
-
+
+ Horizontal Scroll
+ 横向滚动
+
+
+
+ A
+ B
+ C
+
+
-
- Horizontal Scroll
- 横向滚动
-
-
-
- A
- B
- C
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ .text {
+ font-size: 36rpx;
+ color: #ffffff;
+ }
+
+ .button {
+ margin-top: 30rpx;
+ }
+
\ No newline at end of file