/* vxe-table loading 加载态 */
html {
    .vxe-loading--custom-wrapper.is--visible {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
}
html[data-vxe-ui-theme='dark'] {
    .vxe-loading--custom-wrapper.is--visible {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
}
