wangzhihui 4 лет назад
Родитель
Сommit
7f66d6d15b
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -179,4 +179,8 @@ export default {
 .el-upload-list__item-thumbnail {
   object-fit: contain !important;
 }
+.el-input__inner {
+  text-align: center;
+  color: #333 !important;
+}
 </style>