浏览代码

Merge branch 'dev/v1.0.9_zsy' of jianyu/page_pc_stationSocial into feature/v1.0.9

zhangsiya 11 月之前
父节点
当前提交
51879bb2dc
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/components/action-list/index.vue

+ 6 - 0
src/components/action-list/index.vue

@@ -266,4 +266,10 @@ export default {
     cursor: pointer;
   }
 }
+::v-deep {
+  .el-upload {
+    width: 24px;
+    height: 24px;
+  }
+}
 </style>