// 基于 @VIEW/实体编辑视图(上下关系)/VIEW.scss.ftl 生成 .ibizbookedit-view4{ position: relative; }
// this is scss
.edit-view4 { height: 100%; display: flex; flex-direction: column; } .edit-view4-content { .app-dr-tab { height: 40px; line-height: 40px; border-bottom: 1px solid rgb(220, 222, 226); display: flex; } > .view-container2 { height: calc(100% - 40px); } } .edit-view4-form, .edit-view4-content { height: 50%; } .ibizbookedit-view4 { height: 100%; }