style: asset,endpoint 底部二级菜单,detail,Metrcs 样式调整

This commit is contained in:
@changcode
2021-10-20 16:22:19 +08:00
parent e7b7f5ef8f
commit cf1f83dcba
4 changed files with 9 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ export const bottomBoxWindow = {
fullScreen (vm) {
window.resizing = true
const contentRightDom = document.querySelector('.list-page') // 右侧内容区
const contentRightHeight = contentRightDom.offsetHeight// 可视高度
const contentRightHeight = contentRightDom.offsetHeight - 9// 可视高度
vm.bottomBox.isFullScreen = true
// 主列表
vm.bottomBox.mainListHeight = document.querySelector('.main-list-with-sub').offsetHeight // 记录全屏前主列表的高度