@@ -177,12 +177,11 @@ onMounted(() => {
background-color: rgba(0, 0, 0, 0.2);
z-index: 9999;
border-radius: 10px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
.loadingTip {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
color: #FE82A5;
.text {