浏览代码

更新 样式

wangzhihui 4 年之前
父节点
当前提交
16e007d99b
共有 1 个文件被更改,包括 13 次插入0 次删除
  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>