9f4e1f81 by 杨炀

no message

1 parent 47cad97b
......@@ -78,7 +78,7 @@
</el-col>
<el-col :sm="24" :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">奖牌榜</h3>
<h3 class="leftboderTT">奖牌榜(2023)</h3>
<a class="more" href="#/saiC">MORE</a>
</div>
<!--历史排名-->
......
......@@ -74,7 +74,7 @@
</el-col>
<el-col :sm="24" :lg="12">
<div class="indexTitle">
<h3 class="leftboderTT">MEDAL LIST</h3>
<h3 class="leftboderTT">MEDAL LIST(2023)</h3>
<a class="more" href="#/saiC">MORE</a>
</div>
<!--历史排名-->
......
......@@ -34,7 +34,7 @@
</el-row>
</el-card>
<el-card class="mt20 mb20" v-for="(n,index) in cjList">
<el-card class="mt20 mb20" v-for="(n,index) in cjList" hidden>
<div class="leftboderTT">{{ language==0?n.title:n.en_title }}</div>
<div v-for="(m,jndex) in n.list">
<h3 class="text-center">{{ m.title }}</h3>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!