Forráskód Böngészése

ios端输入框无法输入的问题

shaogen1995 3 éve
szülő
commit
ec0e7af9bc
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      webM/src/views/gui/component/antique.vue

+ 3 - 0
webM/src/views/gui/component/antique.vue

@@ -373,6 +373,9 @@ export default {
           height: 100%;
         }
         /deep/.el-input__inner {
+          // ios端无法输入的问题
+          -webkit-user-select: auto;
+          -webkit-user-select: text !important;
           height: 100%;
           line-height: 36px;
           color: #cc946d;