diff --git a/src/components/HeaderTop.vue b/src/components/HeaderTop.vue index f6ecfaa..a62d650 100644 --- a/src/components/HeaderTop.vue +++ b/src/components/HeaderTop.vue @@ -7,15 +7,15 @@ @@ -92,14 +54,14 @@ export default { text: "平台公告", id: 1, }, - { - text: "站内信", - id: 2, - }, - { - text: "意见反馈", - id: 3, - }, + // { + // text: "站内信", + // id: 2, + // }, + // { + // text: "意见反馈", + // id: 3, + // }, ], isMenu: 1, tableData: [], @@ -222,7 +184,7 @@ export default { } .actMenu { - border-bottom: 5px solid #00417C; + border-bottom: 5px solid #00417c; } }