Selaa lähdekoodia

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

zhangsiya 11 kuukautta sitten
vanhempi
commit
70ddbd7f70
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>