Browse Source

解決點擊延遲問題

Sherry 1 year ago
parent
commit
7132ec0af2
3 changed files with 5 additions and 1 deletions
  1. 2
    0
      src/fe/css/all.css
  2. 1
    1
      src/fe/css/all.css.map
  3. 2
    0
      src/fe/css/component/_form.scss

+ 2
- 0
src/fe/css/all.css View File

@@ -10952,6 +10952,8 @@ button.swiper-pagination-bullet {
10952 10952
 }
10953 10953
 .form__options__item {
10954 10954
   margin-bottom: 1.8em;
10955
+  -ms-touch-action: none; /* IE10 */
10956
+  touch-action: none; /* IE11 */
10955 10957
 }
10956 10958
 .form__input {
10957 10959
   width: 100%;

+ 1
- 1
src/fe/css/all.css.map
File diff suppressed because it is too large
View File


+ 2
- 0
src/fe/css/component/_form.scss View File

@@ -103,6 +103,8 @@
103 103
     &__options {
104 104
         &__item {
105 105
             margin-bottom: 1.8em;
106
+            -ms-touch-action: none; /* IE10 */
107
+            touch-action: none;     /* IE11 */
106 108
         }
107 109
     }
108 110
     &__input {