GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
自动计算高度取消扣除tab选项卡高度
master
1 parent
f29c9e0
commit
c5d0389572ba46995952fc94d93ec4e4c856a908
hhb
authored
on 21 Jan 2022
Showing
1 changed file
project/hivuiBirt/funclib/HCBIRT.js
Ignore Space
Show notes
View
project/hivuiBirt/funclib/HCBIRT.js
/** * HcBirt组件环境常量定义 * @author cls * @date 2021-05-19 * import { $HCBIRT } from "@birt/funclib/HCBIRT"; */ export const $HCBIRT = { // 预扣除tab选项卡高度,用于页面高度自适应计算 tabHeight: 0, //eap5.0采用iframe嵌套,不需要扣除tab高度 // 表单宽度 formWidth: "90%", // 流转 flowOut: "流转", // 回退 flowBack: "回退", // 暂停,挂单 flowStop: "挂单", // 终止 flowTerminate: "终止", };
/** * HcBirt组件环境常量定义 * @author cls * @date 2021-05-19 * import { $HCBIRT } from "@birt/funclib/HCBIRT"; */ export const $HCBIRT = { // 预扣除tab选项卡高度,用于页面高度自适应计算 tabHeight: 160, // 表单宽度 formWidth: "100%", // 流转 flowOut: "流转", // 回退 flowBack: "回退", // 暂停,挂单 flowStop: "挂单", // 终止 flowTerminate: "终止", };
Show line notes below