Browse Source

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

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

+ 6 - 0
src/components/action-list/index.vue

@@ -266,4 +266,10 @@ export default {
     cursor: pointer;
     cursor: pointer;
   }
   }
 }
 }
+::v-deep {
+  .el-upload {
+    width: 24px;
+    height: 24px;
+  }
+}
 </style>
 </style>