From 57f5bb94d818edfc797d1c7476b3ee7d0748e980 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 15 四月 2025 10:47:16 +0800
Subject: [PATCH] fix: bug

---
 src/constants/enum.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/constants/enum.ts b/src/constants/enum.ts
index e403f0e..bf513f0 100644
--- a/src/constants/enum.ts
+++ b/src/constants/enum.ts
@@ -43,3 +43,9 @@
   { label: '鏄�', value: true },
   { label: '鍚�', value: false },
 ];
+
+export const Colors = {
+  Success: 'var(--el-color-success)',
+  Warning: 'var(--el-color-warning)',
+  Danger: 'var(--el-color-danger)',
+};

--
Gitblit v1.9.1