app-default-editview4-layout.less 884 字节
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
.view-default.view-container.deeditview4 {
    >.view-card {
        >.ivu-card-body {
            position: relative;

            .content-container {
                .app-form {
                    overflow: auto;

                    >.ivu-row {
                        min-height: 200px;
                    }
                }

                .drtab {
                    .app-dr-tab {
                        .ivu-tabs-tab-disabled {
                            pointer-events: none;
                        }
                    }
                }
            }
        }
    }
}

.editview4-content {
    height: 100%;
    overflow: auto;

    .drtab {
        border-bottom: 1px solid rgb(220, 222, 226);
    }

    .editview4-content__drtab {
        height: 36px;
    }

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