From e41df3ee6b0eb5416405c8d6f36d29b180f02fab Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 7 Dec 2023 18:29:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/components/Header/ToolBarRight.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/components/Header/ToolBarRight.vue b/src/layouts/components/Header/ToolBarRight.vue index 4cc6950..6272fd4 100644 --- a/src/layouts/components/Header/ToolBarRight.vue +++ b/src/layouts/components/Header/ToolBarRight.vue @@ -6,12 +6,12 @@ -->
- +
- | + @@ -33,9 +33,10 @@ import Avatar from "./components/Avatar.vue"; .tool-bar-ri { display: flex; align-items: center; - justify-content: center; + justify-content: flex-end !important; position: relative; // margin: 0 30px 0 0; + padding-right: 30px; width: 300px; color: #fff; font-size: 16px;