bug 77959
This commit is contained in:
@@ -106,6 +106,12 @@ const updatePageHeight = () => {
|
||||
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
|
||||
'breadcrumb-height': isEmbedded ? '12px' : '45px' // 面包屑的高度
|
||||
}
|
||||
// 计算表格竖向滚动条使用
|
||||
const storeObj = Object.assign(obj, {
|
||||
oneLineSearchHeight: '56px',
|
||||
oneLineOperationHeight: '55px'
|
||||
})
|
||||
store.commit('SET_DEFAULT_HEIGHT', storeObj)
|
||||
for (const key in obj) {
|
||||
document
|
||||
.getElementsByTagName('body')[0]
|
||||
|
||||
Reference in New Issue
Block a user