Browse Source

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

zhangsiya 11 tháng trước cách đây
mục cha
commit
2d9a431a76
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>