From 06a8d871f7741c82612e21ea8f85081b361d841d Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 28 十一月 2024 11:42:08 +0800
Subject: [PATCH] update 优化 简化国际化配置 无需重复编写

---
 src/assets/styles/variables.module.scss |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/src/assets/styles/variables.module.scss b/src/assets/styles/variables.module.scss
index d07d3d4..36a8df6 100644
--- a/src/assets/styles/variables.module.scss
+++ b/src/assets/styles/variables.module.scss
@@ -13,6 +13,14 @@
   --fixedHeaderBg: #ffffff;
   --tableHeaderBg: #f8f8f9;
   --tableHeaderTextColor: #515a6e;
+
+  // 宸ヤ綔娴�
+  --bpmn-panel-border: #eeeeee;
+  --bpmn-panel-box-shadow: #cccccc;
+  --bpmn-panel-bar-background-color: #f5f7fa;
+
+  // ele
+  --brder-color: #e8e8e8;
 }
 html.dark {
   --menuBg: #1d1e1f;
@@ -33,6 +41,26 @@
   .el-tree-node__content {
     --el-color-primary-light-9: #262727;
   }
+  // vxe-table 涓婚
+  --vxe-font-color: #98989e;
+  --vxe-primary-color: #2c7ecf;
+  --vxe-icon-background-color: #98989e;
+  --vxe-table-font-color: #98989e;
+  --vxe-table-resizable-color: #95969a;
+  --vxe-table-header-background-color: #28282a;
+  --vxe-table-body-background-color: #151518;
+  --vxe-table-background-color: #4a5663;
+  --vxe-table-border-width: 1px;
+  --vxe-table-border-color: #37373a;
+  --vxe-toolbar-background-color: #37373a;
+
+  // 宸ヤ綔娴�
+  --bpmn-panel-border: #37373a;
+  --bpmn-panel-box-shadow: #37373a;
+  --bpmn-panel-bar-background-color: #37373a;
+
+  // ele
+  --brder-color: #37373a;
 }
 
 // base color

--
Gitblit v1.9.3