From 138524a8b2232fd304a46914fb349241bcec136c Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Wed, 17 Jul 2024 22:05:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=A1=B6=E9=83=A8=E5=92=8C?= =?UTF-8?q?=E6=B7=B7=E5=90=88=E6=A8=A1=E5=BC=8F=E5=8F=B3=E4=BE=A7=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E5=AD=97=E4=BD=93=E8=89=B2=E5=80=BC=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NavBar/components/NavbarAction.vue | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) 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; }