Explorar el Código

更新 样式

wangzhihui hace 4 años
padre
commit
7f66d6d15b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>