-

中国联通智慧供应链平台 | 招标采购中心
+
+
+

+
+
+ 采购平台供应商统一管理系统
+ CHINA COSCO SHIPPING CORPORATION LIMITED
+
+
diff --git a/src/components/GlobalHeader/index.less b/src/components/GlobalHeader/index.less
index 72eeb15..f3dfeec 100644
--- a/src/components/GlobalHeader/index.less
+++ b/src/components/GlobalHeader/index.less
@@ -25,8 +25,8 @@
float: left;
line-height: 56px;
font-size: 14px;
- color: #fff;
- padding: 0 14px;
+ color: inherit;
+ padding: 0 12px;
list-style: none;
span {
@@ -35,7 +35,7 @@
}
a {
- color: #fff;
+ color: #131414 !important;
}
}
}
diff --git a/src/global.less b/src/global.less
index c85eb4b..af3d51a 100644
--- a/src/global.less
+++ b/src/global.less
@@ -51,7 +51,7 @@ ol {
}
// 兼容IE11
-@media screen and(-ms-high-contrast: active), (-ms-high-contrast: none) {
+@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body .ant-design-pro > .ant-layout {
min-height: 100vh;
}
diff --git a/src/pages/MainPage/ProjectManager/index.less b/src/pages/MainPage/ProjectManager/index.less
index 2a0db0f..5964d3e 100644
--- a/src/pages/MainPage/ProjectManager/index.less
+++ b/src/pages/MainPage/ProjectManager/index.less
@@ -14,7 +14,7 @@
border-radius: 5px;
overflow-y:hidden;
.moret{
- color:#b30000;
+ color:@primary-color;
font-size:12px;
cursor: pointer;
}
@@ -101,7 +101,7 @@
// background:#FFFFFF;
border-radius: 5px;
.moret{
- color:#b30000;
+ color:@primary-color;
font-size:12px;
cursor: pointer;
}
@@ -270,7 +270,7 @@
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
padding: 10px 6px 0;
- background: #b30000;
+ background: @primary-color;
z-index: 100;
color: #fff;
text-align: center;