소스 검색

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

shaogen1995 3 년 전
부모
커밋
ec0e7af9bc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;