Browse Source

调整置灰字体颜色

阿伏兔 4 years ago
parent
commit
9d2f353dc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

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