Explorar o código

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

zhangsiya hai 11 meses
pai
achega
70ddbd7f70
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>