Compare commits

...

2 Commits

Author SHA1 Message Date
Wei_佳
6b5967a4bb Merge branch 'main' of https://git.1024tool.vip/zfc/guzhi
* 'main' of https://git.1024tool.vip/zfc/guzhi:
  feat(valuation): 添加update_calc方法并更新相关字段类型
2025-12-04 17:23:31 +08:00
Wei_佳
8926e047d4 style: 调整评估中状态页面的布局和间距。 2025-12-04 15:34:29 +08:00

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>