updata
This commit is contained in:
parent
776344b39a
commit
98b51c4309
@ -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>
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user