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 {