-
+
+ - click('0')}>项目公告
+ - click('4')}>招标公告
+ - click('1')}>更正公告
+ - click('2')}>中标公告
+ - click('3')}>废标公告
+
+
+ - click('7')}>成果转化
+ - click('5')}>技术资产
+ - click('6')}>成交公告
+
{sortNav()}
diff --git a/src/military/notice/noticeList/index.scss b/src/military/notice/noticeList/index.scss
index a0a02574e..c942d00eb 100644
--- a/src/military/notice/noticeList/index.scss
+++ b/src/military/notice/noticeList/index.scss
@@ -39,8 +39,11 @@
.notice-sort-nav{
display: flex;
justify-content: space-between;
- padding: .625rem 1rem .5rem;
- background: #f5f5f5;
+ padding: .3rem 2rem 1.5rem;
+ margin: 0px -1.25rem;
+ // border: 1px solid;
+ border-bottom: 1px solid #E0E0E0;
+ // background: #f5f5f5;
}
.notice-center-content{
@@ -68,7 +71,6 @@
}
}
-
.ant-input-group-addon{
border: 0 !important;
}
@@ -100,10 +102,11 @@
.body{
display: flex;
justify-content: space-between;
+ margin-top: -20px;
.navigationMenu{
- margin-right: 24px;
- width: 15.4em;
+ margin-right: 20px;
+ width: 20.8em;
caret-color: rgba(0, 0, 0, 0);
}
@@ -112,50 +115,71 @@
}
}
-#menu-selected{
- background-color: #1890FF;
- color: #fff;
- .subMenuspan{
- color: #fff;
+.menu-ul{
+ background-color: white;
+ margin-bottom: 12px;
+ border-radius:2px;
+
+ .MenuTitle{
+ border-bottom: 1px solid #E0E0E0;
+
+ span{
+ display: block;
+ width: 50%;
+ height: 100%;
+ cursor: pointer;
+ border-bottom: 0px solid;
+ i{
+ color: #afaaae;
+ }
+ }
+
+ span:hover{
+ color: #1484EF;
+ .iconfont{
+ color: #1484EF !important;
+ }
+ }
+ }
+
+ li{
+ padding:0px 0px 0px 20px;
+ position: relative;
+ height: 62px;
+ line-height: 62px;
+ font-size: 16px;
+ color: #333;
+ span{
+ display: block;
+ height: 62px;
+ cursor: pointer;
+ border-bottom: 1px solid #eee;
+ }
+
+ &:last-child > span{
+ border-bottom: none;
+ }
+ }
+
+ li:hover{
+ background: #fafafa;
+ }
+
+ .active::before{
+ position: absolute;
+ left: 0px;
+ top: 15px;
+ width: 6px;
+ content: '';
+ height: 30px;
+ background: #1484EF;
+ }
+
+ & i{
+ margin-right: 5px;
}
}
-// #menu-selected>div>.itemClass>.iconfont{
-// color: #fff;
-// }
-
-#menu-selected>.itemClass>.iconfont{
- color: #fff;
-}
-
-#menu-selected .ant-menu-submenu-arrow::after,#menu-selected .ant-menu-submenu-arrow::before,#menu-selected .ant-menu-submenu-arrow:after,#menu-selected .ant-menu-submenu-arrow:before{
- background: #fff;
-}
-
-.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
- background-color: #fff;
- color: #595959;
-}
-
-.ant-menu-item-active{
- color: #1890FF;
-}
-
-.ant-menu-submenu-selected{
- color: #595959;
-}
-
-.itemClass{
- display: flex;
- align-items: center;
- font-size: 18px;
- .iconfont{
- margin-right:.75em;
- color: #1890FF;
- }
-}
-
-.ant-menu-vertical .ant-menu-item, .ant-menu-vertical-left .ant-menu-item, .ant-menu-vertical-right .ant-menu-item, .ant-menu-inline .ant-menu-item, .ant-menu-vertical .ant-menu-submenu-title, .ant-menu-vertical-left .ant-menu-submenu-title, .ant-menu-vertical-right .ant-menu-submenu-title, .ant-menu-inline .ant-menu-submenu-title{
- margin-top: 0px;
- margin-bottom: 0px;
+.ant-input-group-addon .ant-btn-lg {
+ height: 40px;
}
\ No newline at end of file
diff --git a/src/modules/page/Header.js b/src/modules/page/Header.js
index 0c09b851b..ff27094b1 100644
--- a/src/modules/page/Header.js
+++ b/src/modules/page/Header.js
@@ -108,3 +108,4 @@ class Header extends Component {
}
export default withStyles(styles)(Header);
+// /images/avatars/LaboratorySetting/1tab?t=1625195016
\ No newline at end of file
diff --git a/src/modules/tpm/NewHeader.js b/src/modules/tpm/NewHeader.js
index 0c9f3f624..4f373fcb2 100644
--- a/src/modules/tpm/NewHeader.js
+++ b/src/modules/tpm/NewHeader.js
@@ -278,7 +278,6 @@ class NewHeader extends Component {
})
};
HideAddcoursestypess = (i) => {
- console.log("调用了");
this.setState({
Addcoursestypes: false,
mydisplay: true,
@@ -497,9 +496,9 @@ class NewHeader extends Component {
}
//获取数据为空的时候
gettablogourlnull = () => {
- this.setState({
- mygetHelmetapi2: undefined
- });
+ // this.setState({
+ // mygetHelmetapi2: undefined
+ // });
var link = document.createElement('link'),
oldLink = document.getElementById('dynamic-favicon');
link.id = 'dynamic-favicon';
@@ -522,6 +521,7 @@ class NewHeader extends Component {
if (oldLink) {
document.head.removeChild(oldLink);
}
+ console.log("ac12111:",response.data.setting.tab_logo_url);
document.head.appendChild(link);
}
@@ -574,8 +574,6 @@ class NewHeader extends Component {
matchpaths = (url) => {
const { match } = this.props;
- console.log(url);
- console.log(match);
if(url){
if (url.indexOf('forums') > -1 && match.path.indexOf('forums') > -1) {