Commit b371c963 by zhaochengxiang

样式

parent 78771009
......@@ -11,15 +11,11 @@ module.exports = {
lessOptions: {
modifyVars: {
'@ant-prefix': 'yy',
'@primary-color': '#c7000b',
'@border-radius-base': '4px',
'@primary-color': '#196AD2',
'@success-color': '#8FC31F',
'@warning-color': '#F7AB00',
'@error-color': '#c7000b',
'@menu-dark-bg': '#c7000b',
'@menu-dark-submenu-bg': '#c7000b',
'@menu-dark-inline-submenu-bg': '#c7000b',
'@layout-header-background': '#c7000b',
'@border-radius-base': '4px',
'@error-color': '#E94848',
},
javascriptEnabled: true,
},
......
......@@ -199,11 +199,11 @@ tr.drop-over-upward td {
}
.primary-color {
color: #c7000b;
color: #196AD2;
}
.primary-bg-color {
background-color: #c7000b;
background-color: #196AD2;
}
.title-color {
......@@ -359,7 +359,7 @@ svg {
}
.primary-bg-container {
background-color: #c7000b;
background-color: #196AD2;
}
.yy-card-head {
......@@ -381,16 +381,4 @@ a {
a.yy-typography-disabled {
color: rgba(0, 0, 0, 0.25) !important;
}
.yy-pagination-item {
a {
color: rgba(0,0,0,.85) !important;
}
}
.yy-pagination-item-active {
a {
color: #c7000b !important;
}
}
\ No newline at end of file
......@@ -5,6 +5,6 @@
@scroll-height: 15px;
@icon-normal-color: #6F6F6F;
@icon-hover-color: #c7000b;
@icon-hover-color: #196AD2;
@icon-grey-color: #D5D5D5;
@icon-disable-color: #bfbfbf;
\ No newline at end of file
......@@ -465,7 +465,7 @@ const AssetAction = (props) => {
(assetPaths||[]).map((item, key) => {
return (
<a key={key} onClick={() => { jumpToPath(item); }}>
<span>{item?.dataAssetName||''}</span>
<span style={{ color: (item?.dataAssetName===assets.currentPath)?'#f50':'' }}>{item?.dataAssetName||''}</span>
</a>
);
})
......
......@@ -43,7 +43,7 @@ export const AttentionSvg = (props) => (
</defs>
<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"
fill='#c7000b'
fill='#196AD2'
/>
</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