Browse Source

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

zhangsiya 11 months ago
parent
commit
70ddbd7f70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/action-list/index.vue

+ 2 - 2
src/components/action-list/index.vue

@@ -268,8 +268,8 @@ export default {
 }
 ::v-deep {
   .el-upload {
-    width: 24px;
-    height: 24px;
+    width: 23px;
+    height: 23px;
   }
 }
 </style>