Browse Source

系统图编辑工具中的:删除按钮加鼠标悬浮手的提示

niuheng 2 years ago
parent
commit
0ecaa04cbe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/systemGraph/edit.vue

+ 2 - 0
src/components/systemGraph/edit.vue

@@ -1128,6 +1128,7 @@ export default {
 #divGraphEdit .delBtn {
   float: right;
   margin-right: 49px;
+  cursor: pointer;
 }
 
 #divGraphEdit .imgBar {
@@ -1297,6 +1298,7 @@ export default {
   position: absolute;
   bottom: 16px;
   margin-left: 62px;
+  cursor: pointer;
 }
 
 #divGraphEdit .rightDetail .selectPrefix {