mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-14 20:53:41 +08:00
optimize(projects): optimize radius settings
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"warning": "#d4bb9d",
|
"warning": "#d4bb9d",
|
||||||
"error": "#c49a9a"
|
"error": "#c49a9a"
|
||||||
},
|
},
|
||||||
"themeRadius": 8,
|
"themeRadius": 6,
|
||||||
"isInfoFollowPrimary": true,
|
"isInfoFollowPrimary": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"mode": "vertical-mix",
|
"mode": "vertical-mix",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"warning": "#faad14",
|
"warning": "#faad14",
|
||||||
"error": "#f5222d"
|
"error": "#f5222d"
|
||||||
},
|
},
|
||||||
"themeRadius": 8,
|
"themeRadius": 6,
|
||||||
"isInfoFollowPrimary": true,
|
"isInfoFollowPrimary": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"mode": "vertical",
|
"mode": "vertical",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"warning": "#faad14",
|
"warning": "#faad14",
|
||||||
"error": "#f5222d"
|
"error": "#f5222d"
|
||||||
},
|
},
|
||||||
"themeRadius": 8,
|
"themeRadius": 6,
|
||||||
"isInfoFollowPrimary": true,
|
"isInfoFollowPrimary": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"mode": "vertical",
|
"mode": "vertical",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"warning": "#faad14",
|
"warning": "#faad14",
|
||||||
"error": "#f5222d"
|
"error": "#f5222d"
|
||||||
},
|
},
|
||||||
"themeRadius": 8,
|
"themeRadius": 6,
|
||||||
"isInfoFollowPrimary": true,
|
"isInfoFollowPrimary": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"mode": "vertical",
|
"mode": "vertical",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
|
|||||||
colourWeakness: false,
|
colourWeakness: false,
|
||||||
recommendColor: false,
|
recommendColor: false,
|
||||||
themeColor: '#646cff',
|
themeColor: '#646cff',
|
||||||
themeRadius: 8,
|
themeRadius: 6,
|
||||||
otherColor: {
|
otherColor: {
|
||||||
info: '#2080f0',
|
info: '#2080f0',
|
||||||
success: '#52c41a',
|
success: '#52c41a',
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export default defineConfig<Theme>({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
shortcuts: {
|
shortcuts: {
|
||||||
'card-wrapper': 'shadow-sm'
|
'card-wrapper': 'rd-8px shadow-sm'
|
||||||
},
|
},
|
||||||
transformers: [transformerDirectives(), transformerVariantGroup()],
|
transformers: [transformerDirectives(), transformerVariantGroup()],
|
||||||
presets: [presetWind3({ dark: 'class' }), presetSoybeanAdmin()]
|
presets: [presetWind3({ dark: 'class' }), presetSoybeanAdmin()]
|
||||||
|
|||||||
Reference in New Issue
Block a user