mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +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() {
|
menuWidth() {
|
||||||
const {layout, searchActive} = this
|
const {layout, searchActive} = this
|
||||||
const headWidth = layout === 'head' ? '100% - 188px' : '100%'
|
const headWidth = layout === 'head' ? '100% - 188px' : '100%'
|
||||||
const extraWidth = searchActive ? '564px' : '364px'
|
const extraWidth = searchActive ? '600px' : '400px'
|
||||||
return `calc(${headWidth} - ${extraWidth})`
|
return `calc(${headWidth} - ${extraWidth})`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user