This commit is contained in:
hrx 2025-11-14 10:54:15 +08:00
parent 776344b39a
commit 98b51c4309
2 changed files with 2 additions and 8 deletions

View File

@ -36,13 +36,7 @@
<div v-loading="loading" class="loading-container"> <div v-loading="loading" class="loading-container">
<iframe v-if="url" :src="url" frameborder="0" class="baidu-style"> <iframe v-if="url" :src="url" frameborder="0" class="baidu-style">
</iframe> </iframe>
<div v-else class="login-prompt">
<div class="prompt-content">
<i class="el-icon-warning prompt-icon"></i>
<p>请先登录百度云账号</p>
<button @click="getToken" class="retry-btn">重试</button>
</div>
</div>
</div> </div>
</div> </div>
</template> </template>

View File

@ -184,7 +184,7 @@ export default {
/* 通知卡片样式 */ /* 通知卡片样式 */
.notification-card { .notification-card {
background: pink; background: #fff;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;