add 工作中心-流程配置

This commit is contained in:
赵霄
2023-10-08 14:53:13 +08:00
parent f35eb47a33
commit c498507ed3
7 changed files with 152 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ const updatePageHeight = () => {
const isEmbedded = store.getters.isEmbedded
const obj = {
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
'breadcrumb-height': '45px' // 面包屑的高度
'breadcrumb-height': isEmbedded ? '12px' : '45px' // 面包屑的高度
}
for (const key in obj) {
document