From b7426e2384b85e92ec1b59061bdada9b4f5c69ec Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 23 四月 2025 16:12:40 +0800 Subject: [PATCH] feat: 接口 --- 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