wangzhihui 4 anni fa
parent
commit
16e007d99b
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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>