feat: common components

This commit is contained in:
jialin
2024-05-17 09:23:13 +08:00
parent dcaa5a7baa
commit fa522fb89e
13 changed files with 647 additions and 168 deletions
+6 -6
View File
@@ -7,16 +7,16 @@ export default defineConfig({
style: 'less',
configProvider: {
componentSize: 'large',
theme:{
theme: {
'root-entry-name': 'variable',
cssVar: true,
hashed: false,
token: {
colorPrimary: '#2fbf85',
borderRadius:'20px',
motion: true,
},
},
borderRadius: 20,
motion: true
}
}
}
},
hash: true,
@@ -31,5 +31,5 @@ export default defineConfig({
// },
layout: false,
routes,
npmClient: 'pnpm',
npmClient: 'pnpm'
});