Commit 5160819f by zhaochengxiang

样式调整

parent bb6f5d2e
...@@ -13,10 +13,10 @@ module.exports = { ...@@ -13,10 +13,10 @@ module.exports = {
'@ant-prefix': 'yy', '@ant-prefix': 'yy',
// '@border-color-split': 'hsv(0, 0, 85%)', // '@border-color-split': 'hsv(0, 0, 85%)',
'@border-radius-base': '4px', '@border-radius-base': '4px',
'@primary-color': '#196AD2', '@primary-color': '#F76905',
'@success-color': '#8FC31F', '@success-color': '#1C8B29',
'@warning-color': '#F7AB00', '@warning-color': '#F7AB00',
'@error-color': '#E94848', '@error-color': '#DC2B0E',
}, },
javascriptEnabled: true, javascriptEnabled: true,
}, },
......
...@@ -373,4 +373,8 @@ svg { ...@@ -373,4 +373,8 @@ svg {
.yy-tree .yy-tree-treenode { .yy-tree .yy-tree-treenode {
white-space: nowrap; white-space: nowrap;
}
a {
color: #458FDB !important;
} }
\ No newline at end of file
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