From 55abdf95185c27ae78078e431d1fb8d9343a4ba8 Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Tue, 11 Jul 2023 15:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=EF=BC=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 889263c..018e4fc 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -9,13 +9,9 @@ <template v-if="device!=='mobile'"> <div class="inv-hos-title"> - <span - style="margin-left:8px;color: #2d8cf0;font-size: 14px;">部门 :{{ deptName }}</span>   - <span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户 :吴XX{{ this.companyName }}</span> - <span - style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{ - this.userName - }})</span> + <span style="margin: 14px;color: #2d8cf0;font-size: 14px;">部门 : {{ deptName }}  </span> + <span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">  用户 : 吴XX{{ this.companyName }}</span> + <span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{this.userName }})</span> </div> <search id="header-search" class="right-menu-item"/> <screenfull id="screenfull" class="right-menu-item hover-effect"/>