Эх сурвалжийг харах

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

zhangsiya 11 сар өмнө
parent
commit
70ddbd7f70

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

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