From 66062ab0b78df03e4312b9566aab2f0ed62148f8 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期六, 12 十月 2024 10:57:31 +0800 Subject: [PATCH] update --- 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 4463912..d4224a6 100644 --- a/src/components/page/GlobalHeader.vue +++ b/src/components/page/GlobalHeader.vue @@ -152,7 +152,7 @@ } else { let rightWidth = '400px' this.topMenuStyle.topNavHeader = { 'min-width': '165px' } - this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px)' } + this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 240px)' } this.topMenuStyle.headerIndexRight = { 'min-width': rightWidth, 'white-space': 'nowrap' } this.topMenuStyle.headerIndexLeft = { 'width': `calc(100% - ${rightWidth})` } } -- Gitblit v1.9.3