소스 검색

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

zhangsiya 11 달 전
부모
커밋
70ddbd7f70
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>