@import "../../style/index.less";

@ui-prefix-spin: yyui-spin;
@spin-prefix-cls: ant-spin;
//解决遮罩层高度未完全覆盖内容体的问题
.ant-spin-nested-loading .ant-spin {
    position: absolute;
    height: 100%;
    top:0;
    margin-top: 0;
    z-index: 4;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    //justify-content: center;//loading 的圆点不再居中
    flex-direction: column;

    & .ant-spin-dot{
        top: 50%;
        transform: translateY(-50%);
    }
}

.@{ui-prefix-spin}{
    .ant-spin-container {
        transition: 0ms;
        -webkit-transition: 0ms;
    }
}
