Bläddra i källkod

更新 样式

wangzhihui 4 år sedan
förälder
incheckning
16e007d99b
1 ändrade filer med 13 tillägg och 0 borttagningar
  1. 13 0
      src/views/shipInfo/shipDetail.vue

+ 13 - 0
src/views/shipInfo/shipDetail.vue

@@ -733,4 +733,17 @@ export default {
 :deep() .el-autocomplete {
   width: 220px;
 }
+
+.upload-text {
+  height: 25%;
+  color: rgb(139, 147, 156);
+}
+
+.upload-plus-icon {
+  height: 15%;
+  color: rgb(139, 147, 156);
+  line-height: 100px;
+  font-size: 40px;
+  font-weight: 200;
+}
 </style>