app-portal-design.less 235 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
.app-portal-design{
    width:100%;
    height: 100%;
    .design-toolbar {
        margin-top: -5px;
    }
    .ivu-card-body {
        height: calc(100% - 51px);
        .design-container {
            height: 100%;
        }
    }
}