勋章的调整

This commit is contained in:
daihh
2023-01-03 11:47:08 +08:00
parent 05fd2e57bd
commit 68f4c9629f

View File

@@ -23,8 +23,8 @@
<el-button class="btn" style="margin-top:48px" type="primary" @click="showLoginMedal = true">查看详情</el-button> <el-button class="btn" style="margin-top:48px" type="primary" @click="showLoginMedal = true">查看详情</el-button>
</div> </div>
<div v-if="activeName=='first' && year2023" class="medal-index"> <div v-if="activeName=='first' && year2023" class="medal-index">
<img style="width:162px;height:161px" :src="`${webBaseUrl}/images/medal/20230101.png`" alt=""> <img style="width:138px;height:151px" :src="`${webBaseUrl}/images/medal/xz20230101.png`" alt="">
<p class="index-title">元旦勋章</p> <p class="index-title" style="padding-top: 10px;">元旦勋章</p>
<!-- <p class="index-text">您已超过{{item.exceed}}</p> --> <!-- <p class="index-text">您已超过{{item.exceed}}</p> -->
</div> </div>
</div> </div>