diff --git a/src/forge/Main/Index.js b/src/forge/Main/Index.js index 080907f2..7b4747bb 100644 --- a/src/forge/Main/Index.js +++ b/src/forge/Main/Index.js @@ -165,6 +165,8 @@ class Index extends Component { }); this.setCategoryList(list, id) const { sort,languageId } = this.state; + console.log(languageId); + console.log(id); this.getListData(1,undefined, sort,id , languageId); } @@ -276,13 +278,13 @@ class Index extends Component {
diff --git a/src/military/notice/noticeList/index.scss b/src/military/notice/noticeList/index.scss index c942d00e..d4b58f5f 100644 --- a/src/military/notice/noticeList/index.scss +++ b/src/military/notice/noticeList/index.scss @@ -165,14 +165,17 @@ background: #fafafa; } - .active::before{ - position: absolute; - left: 0px; - top: 15px; - width: 6px; - content: ''; - height: 30px; - background: #1484EF; + .active{ + background-color: #fafafa; + & ::before{ + position: absolute; + left: 0px; + top: 15px; + width: 6px; + content: ''; + height: 30px; + background: #1484EF; + } } & i{