mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
fix: layout problem of head navigation in narrow screen; 🐛
修复:窄屏下顶部导航布局问题;
This commit is contained in:
parent
b8ccb5c6a1
commit
80baf8d202
@ -68,7 +68,7 @@ export default {
|
||||
menuWidth() {
|
||||
const {layout, searchActive} = this
|
||||
const headWidth = layout === 'head' ? '100% - 188px' : '100%'
|
||||
const extraWidth = searchActive ? '564px' : '364px'
|
||||
const extraWidth = searchActive ? '600px' : '400px'
|
||||
return `calc(${headWidth} - ${extraWidth})`
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user