1234567891011121314151617 |
- import zhCN from "ant-design-vue/es/locale/zh_CN";
- import { theme } from "ant-design-vue";
- export const config = {
- locale: zhCN,
- theme: {
- algorithm: theme.darkAlgorithm,
- token: {
- colorPrimary: "#00c8af",
- fontSize: 14,
- wireframe: true,
- colorInfo: "#00c8af",
- },
- }
- };
|