ibizbookedit-view4.less 898 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
// 基于 @VIEW/实体编辑视图(上下关系)/VIEW.less.ftl 生成
.ibizbookedit-view4{
    position: relative;
}
        .toolbar-container {
            button {
                margin: 6px 0px 4px 4px;
                .caption {
                    margin-left: 4px;
                }
            }
            .seperator {
                color: #dcdee2;
                margin: 0 0px 0 4px;
            }
        }
        
        // this is less



.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%;
}