ibizorder-sedit-view3.scss 1.1 KB
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 45 46 47 48 49 50 51 52 53 54
// 基于 @VIEW/实体编辑视图(分页关系)/VIEW.scss.ftl 生成
.view-card {
    > .ivu-card-extra {
        top: 5px;
        right: 0px;
    }
}

.edit-view3 {
    height: 100%;
}
.edit-view3-drheader {
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgb(220, 222, 226);
    .dr-tab-item {
        cursor: pointer;
        padding: 0 16px;
        &.is-active,
        &:hover {
            color: #2d8cf0;
        }
        &.is-active {
            position: relative;
        }
        &.is-active::after {
            content: '';
            width: 100%;
            height: 2px;
            background: #2d8cf0;
            position: absolute;
            left: 0px;
            bottom: 0px;
        }
    }
}
.edit-view3-content {
    height: calc(100% - 40px);
    .edit-view3-content__form,
    > .view-container2 {
        height: 100%;
    }
}

.ibizorder-sedit-view3 {
    height: 100%;
}

.ibizorder-sedit-view3{
    position: relative;
}
55
        // this is scss
56 57 58 59

.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}