bug 77959

This commit is contained in:
赵霄
2023-11-02 10:52:46 +08:00
parent 6d6e1fa505
commit aa40cf0ebf
16 changed files with 104 additions and 27 deletions
+6
View File
@@ -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]