mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-10 13:11:46 +00:00
【issues/I4K3Z7】横板顶部栏导航,会把退出登陆按钮挤掉
This commit is contained in:
@@ -150,10 +150,10 @@
|
|||||||
this.topMenuStyle.headerIndexRight = {}
|
this.topMenuStyle.headerIndexRight = {}
|
||||||
this.topMenuStyle.headerIndexLeft = {}
|
this.topMenuStyle.headerIndexLeft = {}
|
||||||
} else {
|
} else {
|
||||||
let rightWidth = '360px'
|
let rightWidth = '400px'
|
||||||
this.topMenuStyle.topNavHeader = { 'min-width': '165px' }
|
this.topMenuStyle.topNavHeader = { 'min-width': '165px' }
|
||||||
this.topMenuStyle.topSmenuStyle = { 'width': 'calc(100% - 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})` }
|
this.topMenuStyle.headerIndexLeft = { 'width': `calc(100% - ${rightWidth})` }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user