wupengfei
2025-04-17 404a6138ba3594a66d1b66e2bc79b9b3132836c5
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)',
};