修改纪念勋章变型问题

This commit is contained in:
daihh
2022-11-07 19:27:22 +08:00
parent 202d3fb34a
commit 9621a0f863

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div v-if="activeName=='first'" class="medal-index">
<img style="width:143px;height:161px" :src="`${webBaseUrl}/images/login_medal.png`" alt="">
<img style="width:122px;height:161px" :src="`${webBaseUrl}/images/login_medal.png`" alt="">
<p class="index-title">上线纪念</p>
<!-- <p class="index-text">您已超过{{item.exceed}}</p> -->
<el-button class="btn" style="margin-top:48px" type="primary" @click="showLoginMedal = true">查看详情</el-button>