wupengfei
2025-05-06 e9dda9e6c52cb737267185f5118ded73c0053115
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)',
};