huangxiaoqiang
2025-12-18 ba61740dd99fffa9c20e99cb987eb690268c7c5c
ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/views/outbound/outPicking.vue
@@ -1379,17 +1379,33 @@
/* Element Plus Loading é®ç½©å±‚样式修复 */
::v-deep .el-loading-mask {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 9999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
::v-deep .el-loading-spinner {
    z-index: 2001;
    z-index: 10000 !important;
    margin-top: -21px !important;
}
::v-deep .el-loading-text {
    color: #409EFF;
    font-weight: bold;
    font-size: 14px;
    color: #409EFF !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-top: 15px !important;
}
/* ç¡®ä¿å®¹å™¨ç›¸å¯¹å®šä½ */
.picking-container {
    position: relative !important;
    min-height: 100vh;
}
</style>