Explorar el Código

置灰改为黑色

qukaidi hace 4 años
padre
commit
d0322830d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -49,6 +49,6 @@ export default {
     margin: 0 0 3px 0;
 }
 .el-input.is-disabled .el-input__inner {
-    color: #7e74d8 !important;
+    color: #000 !important;
 }
 </style>