Commit 3deab984 by zhaochengxiang

颜色修改

parent bfcb1ffd
...@@ -10,14 +10,10 @@ module.exports = { ...@@ -10,14 +10,10 @@ module.exports = {
lessOptions: { lessOptions: {
modifyVars: { modifyVars: {
'@ant-prefix': 'yy', '@ant-prefix': 'yy',
'@primary-color': '#c7000b', '@primary-color': '#196AD2',
'@success-color': '#8FC31F', '@success-color': '#8FC31F',
'@warning-color': '#F7AB00', '@warning-color': '#F7AB00',
'@error-color': '#c7000b', '@error-color': '#E94848',
'@menu-dark-bg': '#c7000b',
'@menu-dark-submenu-bg': '#c7000b',
'@menu-dark-inline-submenu-bg': '#c7000b',
'@layout-header-background': '#c7000b',
'@border-radius-base': '4px', '@border-radius-base': '4px',
}, },
javascriptEnabled: true, javascriptEnabled: true,
......
...@@ -199,7 +199,7 @@ tr.drop-over-upward td { ...@@ -199,7 +199,7 @@ tr.drop-over-upward td {
} }
.primary-color { .primary-color {
color: #c7000b; color: #196AD2;
} }
.primary-bg-color { .primary-bg-color {
...@@ -355,7 +355,7 @@ svg { ...@@ -355,7 +355,7 @@ svg {
} }
.primary-bg-container { .primary-bg-container {
background-color: #c7000b; background-color: #196AD2;
} }
.yy-card-head { .yy-card-head {
......
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
@scroll-height: 15px; @scroll-height: 15px;
@icon-normal-color: #6F6F6F; @icon-normal-color: #6F6F6F;
@icon-hover-color: #c7000b; @icon-hover-color: #196AD2;
@icon-grey-color: #D5D5D5; @icon-grey-color: #D5D5D5;
@icon-disable-color: #bfbfbf; @icon-disable-color: #bfbfbf;
\ No newline at end of file
...@@ -43,7 +43,7 @@ export const AttentionSvg = (props) => ( ...@@ -43,7 +43,7 @@ export const AttentionSvg = (props) => (
</defs> </defs>
<path <path
d="M826.027 34.133H197.973c-37.546 0-68.266 30.72-68.266 68.267v887.467L512 791.893l382.293 197.974V102.4c0-37.547-30.72-68.267-68.266-68.267zm-148.48 337.92L612.693 435.2c-3.413 3.413-5.12 10.24-5.12 15.36l15.36 87.04c1.707 13.653-11.946 23.893-23.893 17.067L520.533 512c-5.12-3.413-10.24-3.413-15.36 0l-78.506 42.667c-11.947 6.826-27.307-3.414-23.894-17.067l15.36-87.04c1.707-5.12 0-10.24-5.12-15.36l-64.853-63.147c-10.24-10.24-5.12-27.306 8.533-29.013l88.747-13.653c5.12 0 10.24-3.414 11.947-8.534l39.253-80.213c6.827-11.947 23.893-11.947 30.72 0l39.253 80.213c1.707 5.12 6.827 8.534 11.947 8.534l88.747 13.653c13.653 1.707 18.773 18.773 10.24 29.013z" d="M826.027 34.133H197.973c-37.546 0-68.266 30.72-68.266 68.267v887.467L512 791.893l382.293 197.974V102.4c0-37.547-30.72-68.267-68.266-68.267zm-148.48 337.92L612.693 435.2c-3.413 3.413-5.12 10.24-5.12 15.36l15.36 87.04c1.707 13.653-11.946 23.893-23.893 17.067L520.533 512c-5.12-3.413-10.24-3.413-15.36 0l-78.506 42.667c-11.947 6.826-27.307-3.414-23.894-17.067l15.36-87.04c1.707-5.12 0-10.24-5.12-15.36l-64.853-63.147c-10.24-10.24-5.12-27.306 8.533-29.013l88.747-13.653c5.12 0 10.24-3.414 11.947-8.534l39.253-80.213c6.827-11.947 23.893-11.947 30.72 0l39.253 80.213c1.707 5.12 6.827 8.534 11.947 8.534l88.747 13.653c13.653 1.707 18.773 18.773 10.24 29.013z"
fill='#c7000b' fill='#196AD2'
/> />
</svg> </svg>
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment