refactor: 添加加载状态提示,删掉白色背景

This commit is contained in:
2025-09-18 00:39:28 +08:00
parent 010d99ce78
commit 7da7a8b4f7

View File

@@ -1,4 +1,8 @@
<template>
<!-- 加载状态 -->
<div v-if="loading" class="loading-container">
<a-spin size="large" tip="加载中,请稍候..." />
</div>
<!-- 主要内容 -->
<div class="scripts-header">
@@ -620,7 +624,6 @@ const handleToggleUserStatus = async (user: User) => {
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.8);
z-index: 9999;
}