瀏覽代碼

fix: 犹豫外边距间隔导致元素点击位置不完全准确

zhangsiya 11 月之前
父節點
當前提交
2d9a431a76
共有 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>