wupengfei
2025-04-23 b7426e2384b85e92ec1b59061bdada9b4f5c69ec
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)',
};