修改全局按钮颜色
This commit is contained in:
parent
7bc3589372
commit
e1aacc13d6
2
public/color.less
vendored
2
public/color.less
vendored
|
@ -1,4 +1,4 @@
|
|||
@primary-color: #089496;
|
||||
@primary-color: #2B85D1;
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
|
|
|
@ -77,8 +77,8 @@ module.exports = {
|
|||
less: {
|
||||
modifyVars: {
|
||||
/* less 变量覆盖,用于自定义 ant design 主题 */
|
||||
'primary-color': '#1890FF',
|
||||
'link-color': '#1890FF',
|
||||
'primary-color': '#089496',
|
||||
'link-color': '#089496',
|
||||
'border-radius-base': '4px',
|
||||
},
|
||||
javascriptEnabled: true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user