update 编辑流程节点

This commit is contained in:
赵霄
2023-10-09 17:43:02 +08:00
parent 2df34506a9
commit c1cc454f1b
6 changed files with 357 additions and 364 deletions
+1
View File
@@ -102,6 +102,7 @@ const updateColorWeak = colorWeak => {
const updatePageHeight = () => {
const isEmbedded = store.getters.isEmbedded
const obj = {
'primary-color': '#D52C26',
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
'breadcrumb-height': isEmbedded ? '12px' : '45px' // 面包屑的高度
}