From b2112866b33dcdaeee8fca5f2b892766c8ea996c Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Thu, 10 Aug 2023 19:54:32 +0800
Subject: [PATCH] fix: page can not scroll
---
pages/API/navigator/navigator.uvue | 6 +-
pages/API/navigator/new-page/new-page-2.uvue | 140 ++--
pages/tabBar/API.uvue | 618 +++++++++--------
pages/tabBar/CSS.uvue | 683 ++++++++++---------
pages/tabBar/component.uvue | 451 ++++++------
pages/tabBar/template.uvue | 372 +++++-----
6 files changed, 1211 insertions(+), 1059 deletions(-)
diff --git a/pages/API/navigator/navigator.uvue b/pages/API/navigator/navigator.uvue
index 9debbebd..67d7afbf 100644
--- a/pages/API/navigator/navigator.uvue
+++ b/pages/API/navigator/navigator.uvue
@@ -1,5 +1,5 @@
-
+
@@ -42,7 +42,7 @@
-
+
diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue
index 41ac393d..8a75187e 100644
--- a/pages/tabBar/API.uvue
+++ b/pages/tabBar/API.uvue
@@ -1,116 +1,143 @@
-
-
-
- 以下将演示uni-app接口能力,详细文档见:
-
-
-
-
- {{item.name}}
-
-
-
-
- {{page.name}}
-
-
-
+
+
+
+ 以下将演示uni-app接口能力,详细文档见:
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ page.name }}
+
+
+
\ No newline at end of file
+@import '../../common/uni-uvue.css';
+
diff --git a/pages/tabBar/CSS.uvue b/pages/tabBar/CSS.uvue
index 543ee7f8..edcb0a53 100644
--- a/pages/tabBar/CSS.uvue
+++ b/pages/tabBar/CSS.uvue
@@ -1,327 +1,370 @@
-
-
-
- uni-app x目前已支持的CSS属性,展示样式仅供参考,文档详见:
-
-
-
-
- {{item.name}}
-
-
-
-
- {{page.name}}
-
-
-
-
-
+
+
+
+ uni-app x目前已支持的CSS属性,展示样式仅供参考,文档详见:
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ page.name }}
+
+
+
+
+
\ No newline at end of file
+@import '../../common/uni-uvue.css';
+
diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue
index 4ce3a748..c00a2021 100644
--- a/pages/tabBar/component.uvue
+++ b/pages/tabBar/component.uvue
@@ -1,62 +1,92 @@
-
-
-
- uni-app内置组件,展示样式仅供参考,文档详见:
-
-
-
-
- {{item.name}}
-
-
-
-
- {{page.name}}
-
-
-
-
-
+
+
+
+ uni-app内置组件,展示样式仅供参考,文档详见:
+
+
+
+
+ {{ item.name }}
+
+
+
+
+ {{ page.name }}
+
+
+
+
+
\ No newline at end of file
+@import '../../common/uni-uvue.css';
+
diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue
index dff50503..6e87be7f 100644
--- a/pages/tabBar/template.uvue
+++ b/pages/tabBar/template.uvue
@@ -1,177 +1,211 @@
-
-
-
- 以下是部分模板示例,更多模板见插件市场:
-
-
-
-
- {{item.name}}
-
-
-
-
-
- {{page.name}}
-
-
-
-
-
+
+
+
+ 以下是部分模板示例,更多模板见插件市场:
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+ {{ page.name }}
+
+
+
+
+
\ No newline at end of file
+@import '../../common/uni-uvue.css';
+
--
GitLab