From 420e3f7ba834ad22f14141aa682d58d973246a0d Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 5 Mar 2024 03:03:43 +0800 Subject: [PATCH] save --- NOTE.md | 3 +- index.html | 2 + src/assets/less/custom.less | 2 +- src/components/AutoInput.vue | 2 +- src/components/Comment.vue | 54 +++++++------- src/components/Footer.vue | 4 +- src/components/slide/SlideAlbum.vue | 74 +++++++++++-------- src/components/slide/SlideHorizontal.vue | 2 +- .../slide/SlideVerticalInfinite.vue | 2 +- src/components/slide/common.js | 41 +++++----- src/mock/index.js | 2 +- src/pages/home/components/IndicatorHome.vue | 2 +- src/pages/home/index.vue | 10 ++- src/utils/index.jsx | 25 +++++-- 14 files changed, 132 insertions(+), 93 deletions(-) diff --git a/NOTE.md b/NOTE.md index f0998f8..11d7138 100644 --- a/NOTE.md +++ b/NOTE.md @@ -7,4 +7,5 @@ # TODO -- 双指缩放 \ No newline at end of file +- 双指缩放 +- AutoInput组件,在真机上无法输入 \ No newline at end of file diff --git a/index.html b/index.html index 0e1b1fa..c531f37 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,8 @@ + +
diff --git a/src/assets/less/custom.less b/src/assets/less/custom.less index 49c359f..ce25a4d 100644 --- a/src/assets/less/custom.less +++ b/src/assets/less/custom.less @@ -7,7 +7,7 @@ .global-notice { position: fixed; - z-index: 999; + z-index: 9999; color: white; background: black; left: 50%; diff --git a/src/components/AutoInput.vue b/src/components/AutoInput.vue index e494f3c..ebc61dc 100644 --- a/src/components/AutoInput.vue +++ b/src/components/AutoInput.vue @@ -36,7 +36,7 @@ export default {