Browse Source

overclick颜色调整

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

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

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