mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
局部刷新增加提示语
This commit is contained in:
@@ -52,12 +52,17 @@
|
|||||||
<a-spin :spinning="addLoading" tip="" />
|
<a-spin :spinning="addLoading" tip="" />
|
||||||
</div>
|
</div>
|
||||||
<!-- 概览(无数据) -->
|
<!-- 概览(无数据) -->
|
||||||
<div v-if="reuse" class="reuse">
|
<div v-if="reuse" style="height: 300px;">
|
||||||
<div class="onerow">
|
<div class="reuse">
|
||||||
<div class="taskmain">关卡概览</div>
|
<div class="onerow">
|
||||||
|
<div class="taskmain">关卡概览</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<a-button class="reuse_btn" type="primary" @click="totaskaaa">重新加载</a-button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a-button class="reuse_btn" type="primary" @click="totaskaaa">重新加载</a-button>
|
<span class="reuse_jiaz">由于数据量过大,加载可能需要更多时间,如有需要,请点击“重新加载”按钮。</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="!reuse">
|
<template v-if="!reuse">
|
||||||
@@ -4613,7 +4618,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
height: 300px;
|
// height: 300px;
|
||||||
.reuse_btn{
|
.reuse_btn{
|
||||||
width: 102px;
|
width: 102px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@@ -4628,6 +4633,13 @@ export default {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.reuse_jiaz{
|
||||||
|
margin-top: 80px;
|
||||||
|
display: block;
|
||||||
|
font-size: 17px;
|
||||||
|
text-align: center;
|
||||||
|
color: #878b92;
|
||||||
|
}
|
||||||
.taskbox {
|
.taskbox {
|
||||||
width: 412px;
|
width: 412px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
|
|||||||
Reference in New Issue
Block a user