app-default-editview3-layout.less 484 字节
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
.view-default.deeditview3 {
    >.ivu-card {
        >.ivu-card-body {
            position: relative;

            .ivu-tabs-bar {
                border-bottom: none;
            }
        }
    }
}

.editview3-content {
    height: 100%;

    .editview3-content__drtab {
        display: flex;
        border-bottom: 1px solid rgb(220, 222, 226);
        margin-bottom: 6px;
    }

    .editview3-content__drview {
        height: calc(100% - 44px);
        overflow: auto;
    }
}