Sfoglia il codice sorgente

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

shaogen1995 3 anni fa
parent
commit
ec0e7af9bc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;