@import './theme.less';

.@{fin-common-prefix}-tab-contain {
    height: 100%;
    display: flex;
    flex-direction: column;
    .ant-spin-nested-loading {
        flex: 1;
        overflow: hidden;
    }
    .ant-spin-container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}
