From 81e1bdcf2953c8f91b343c7e59fc40f5a016594d Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 14 三月 2025 11:09:56 +0800 Subject: [PATCH] 删除idea配置文件 --- 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