From c7a15f87890b358e54bd0fc07edf8cfef9e7e114 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 30 十二月 2024 10:58:39 +0800 Subject: [PATCH] 调整顶部导航栏宽度 --- src/components/page/GlobalHeader.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/page/GlobalHeader.vue b/src/components/page/GlobalHeader.vue index 8223270..6e635aa 100644 --- a/src/components/page/GlobalHeader.vue +++ b/src/components/page/GlobalHeader.vue @@ -156,7 +156,7 @@ } else { let rightWidth = '400px' this.topMenuStyle.topNavHeader = { 'min-width': '165px' } - this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px)' } + this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px - 300px)' } this.topMenuStyle.headerIndexRight = { 'min-width': rightWidth, 'white-space': 'nowrap' } this.topMenuStyle.headerIndexLeft = { 'width': `calc(100% - ${rightWidth})` } } -- Gitblit v1.9.3