Browse Source

update 隐藏不用工具栏

LiuHao 1 year ago
parent
commit
02daeead57
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/BpmnDesign/assets/style/index.scss

+ 3 - 0
src/components/BpmnDesign/assets/style/index.scss

@@ -228,6 +228,7 @@
     }
   }
   .bpmn-icon-data-object {
+    display: none;
     &:hover {
       &:after {
         content: '创建数据对象';
@@ -245,6 +246,7 @@
     }
   }
   .bpmn-icon-data-store {
+    display: none;
     &:hover {
       &:after {
         content: '创建数据存储';
@@ -262,6 +264,7 @@
     }
   }
   .bpmn-icon-group {
+    display: none;
     &:hover {
       &:after {
         content: '创建分组';