From a4603a2963bd266afed19e9e3bf64951444d06c9 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 10 Dec 2021 11:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/I4K3Z7=E3=80=91=E6=A8=AA?= =?UTF-8?q?=E6=9D=BF=E9=A1=B6=E9=83=A8=E6=A0=8F=E5=AF=BC=E8=88=AA=EF=BC=8C?= =?UTF-8?q?=E4=BC=9A=E6=8A=8A=E9=80=80=E5=87=BA=E7=99=BB=E9=99=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=8C=A4=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue-jeecg/src/components/page/GlobalHeader.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/components/page/GlobalHeader.vue b/ant-design-vue-jeecg/src/components/page/GlobalHeader.vue index cfd525d0..44639128 100644 --- a/ant-design-vue-jeecg/src/components/page/GlobalHeader.vue +++ b/ant-design-vue-jeecg/src/components/page/GlobalHeader.vue @@ -150,10 +150,10 @@ this.topMenuStyle.headerIndexRight = {} this.topMenuStyle.headerIndexLeft = {} } else { - let rightWidth = '360px' + let rightWidth = '400px' this.topMenuStyle.topNavHeader = { 'min-width': '165px' } this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 165px)' } - this.topMenuStyle.headerIndexRight = { 'min-width': rightWidth } + this.topMenuStyle.headerIndexRight = { 'min-width': rightWidth, 'white-space': 'nowrap' } this.topMenuStyle.headerIndexLeft = { 'width': `calc(100% - ${rightWidth})` } } }