From e18dcbd86be94280cd7c2df2ce2510e15587d080 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 18 四月 2024 10:13:25 +0800
Subject: [PATCH] !102 [BUG]修复用户表单,角色为必填,却未标注*号 Merge pull request !102 from dzk/fix-userform

---
 src/bpmn/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bpmn/index.vue b/src/bpmn/index.vue
index 698f12b..13b3847 100644
--- a/src/bpmn/index.vue
+++ b/src/bpmn/index.vue
@@ -447,7 +447,7 @@
           line-height: 34px;
         }
         .process-panel-bar:hover {
-          background-color: #f5f7fa;
+          background-color: var(--bpmn-panel-bar-background-color);
         }
       }
     }
@@ -474,8 +474,8 @@
 .process-panel {
   box-sizing: border-box;
   padding: 0 8px 0 8px;
-  border-left: 1px solid #eeeeee;
-  box-shadow: #cccccc 0 0 8px;
+  border-left: 1px solid var(--bpmn-panel-border);
+  box-shadow: var(--bpmn-panel-box-shadow) 0 0 8px;
   max-height: 100%;
   width: 25%;
   height: calc(100vh - 100px);

--
Gitblit v1.9.3