[update] PC端样式调整

This commit is contained in:
danshihao
2024-04-16 11:30:45 +08:00
parent 8105873219
commit 563d157144
46 changed files with 349 additions and 492 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#0094FF',
'link-color': '#0094FF',
'primary-color': '#8FC7FF',
'link-color': '#8FC7FF',
'border-radius-base': '4px',
...modifyLessVars
},