index.less 212 Bytes
.tab-iframe {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 100;
    transition: all 0.2s;
    background-color: #fff;

    iframe {
        border: none;
    }
}