style: 调整评估中状态页面的布局和间距。

This commit is contained in:
Wei_佳 2025-12-04 15:34:29 +08:00
parent cd8170ac02
commit 8926e047d4

View File

@ -898,13 +898,13 @@
重新评估
</div>
</div>
<div v-if="status == 'pending'" class="right" style="text-align: center">
<div v-if="status == 'pending'" class="right" style="display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center">
<img
style="width: 100px; height: 100px; margin-top: 30vh"
style="width: 100px; height: 100px"
src="@/assets/images/loading.png"
alt=""
/>
<div style="font-size: 20px">评估中</div>
<div style="font-size: 20px; margin-top: 20px">评估中</div>
<div style="font-size: 14px; color: #999999; margin-top: 10px">
您的知识产权和非物质文化遗产的价值正在评估中请耐心等候
</div>