瀏覽代碼

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

niuheng 2 年之前
父節點
當前提交
0ecaa04cbe
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {