소스 검색

no message

linwenxin 5 달 전
부모
커밋
002a192a8d
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/App.vue

+ 9 - 0
src/App.vue

@@ -167,4 +167,13 @@ export default {
 .el-dialog__headerbtn {
   top: 10px !important;
 }
+
+.is-disabled {
+  .el-input__inner,
+  .el-textarea__inner {
+    color: #000 !important;
+    font-weight: bold !important;
+    background-color: #fff !important;
+  }
+}
 </style>