微调
This commit is contained in:
@@ -576,7 +576,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else style="text-align: center; padding: 20px;">
|
<div v-else style="text-align: center; padding: 20px;">
|
||||||
<el-icon :size="40" style="color: #409EFF;">
|
<el-icon :size="40" class="is-loading" style="color: #409EFF;">
|
||||||
<Loading />
|
<Loading />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
<p style="margin-top: 15px; font-size: 16px;">正在推送台账信息,请稍候...</p>
|
<p style="margin-top: 15px; font-size: 16px;">正在推送台账信息,请稍候...</p>
|
||||||
@@ -2270,6 +2270,19 @@ area()
|
|||||||
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.is-loading {
|
||||||
|
animation: rotating 2s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes rotating {
|
||||||
|
0% {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.device-manage {
|
.device-manage {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user