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