| | |
| | | |
| | | /* 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> |