Compare commits

..

No commits in common. "6b5967a4bb05d31dc1166e315c46e7a0c9ac42f4" and "f1c1db580c5f8828a5092952a4b9a1b15c9c8246" have entirely different histories.

View File

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