wangziqian 4 years ago
parent
commit
f6d64cb961
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/click/overClick.vue

+ 2 - 1
src/components/click/overClick.vue

@@ -75,11 +75,12 @@ export default {
 </script>
 <style lang="scss" scoped>
 .el-icon-edit {
-  cursor: pointer;
   margin-left: 5px;
   padding-right: 5px;
   color: #409EFF;
+  cursor: pointer;
 }
 .hide-edit {
   visibility: hidden;
 }
+</style>