index.less 744 Bytes
Newer Older
1 2 3 4 5
.container{
    // background: salmon;
    .ant-pro-grid-content{
        flex: 1;
        .ant-pro-grid-content-children{
张烨's avatar
张烨 committed
6
            height: calc(100% - 12px);
7 8 9 10 11 12 13 14
            &>div{
                height: 100%;
                .ant-pro-page-container-children-content{
                    height: 100%;
                    iframe{
                        width: 100%;
                        height: 100%;
                    }
张烨's avatar
张烨 committed
15
                    
16 17 18
                }
            }
        }
张烨's avatar
张烨 committed
19 20 21 22 23 24 25 26 27
        .ant-tabs.ant-tabs-top.ant-tabs-card{
            height: 100%;
            .ant-tabs-nav{
                margin: 0;
            }
            .ant-tabs-content.ant-tabs-content-top{
                height: 100%;
            }
        }
28 29
    }
}