diff --git a/src/layout/components/NavBar/components/NavbarAction.vue b/src/layout/components/NavBar/components/NavbarAction.vue index d1d4eb21..efc84950 100644 --- a/src/layout/components/NavBar/components/NavbarAction.vue +++ b/src/layout/components/NavBar/components/NavbarAction.vue @@ -43,8 +43,8 @@ > - {{ message.title }} + {{ message.title }} + @@ -52,12 +52,12 @@
- 查看更多 + 查看更多 + + - 全部已读 + 全部已读 +
@@ -211,13 +211,8 @@ function logout() { background: rgb(255 255 255 / 20%); } -.see-more { - padding: 10px 0; - text-align: center; -} - -.see-more a { - color: var(--el-color-primary); - text-decoration: none; +.layout-top .nav-action-item, +.layout-mix .nav-action-item { + color: #fff; }