9f4e1f81 by 杨炀

no message

1 parent 47cad97b
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 </el-col> 78 </el-col>
79 <el-col :sm="24" :lg="12"> 79 <el-col :sm="24" :lg="12">
80 <div class="indexTitle"> 80 <div class="indexTitle">
81 <h3 class="leftboderTT">奖牌榜</h3> 81 <h3 class="leftboderTT">奖牌榜(2023)</h3>
82 <a class="more" href="#/saiC">MORE</a> 82 <a class="more" href="#/saiC">MORE</a>
83 </div> 83 </div>
84 <!--历史排名--> 84 <!--历史排名-->
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
74 </el-col> 74 </el-col>
75 <el-col :sm="24" :lg="12"> 75 <el-col :sm="24" :lg="12">
76 <div class="indexTitle"> 76 <div class="indexTitle">
77 <h3 class="leftboderTT">MEDAL LIST</h3> 77 <h3 class="leftboderTT">MEDAL LIST(2023)</h3>
78 <a class="more" href="#/saiC">MORE</a> 78 <a class="more" href="#/saiC">MORE</a>
79 </div> 79 </div>
80 <!--历史排名--> 80 <!--历史排名-->
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
34 </el-row> 34 </el-row>
35 </el-card> 35 </el-card>
36 36
37 <el-card class="mt20 mb20" v-for="(n,index) in cjList"> 37 <el-card class="mt20 mb20" v-for="(n,index) in cjList" hidden>
38 <div class="leftboderTT">{{ language==0?n.title:n.en_title }}</div> 38 <div class="leftboderTT">{{ language==0?n.title:n.en_title }}</div>
39 <div v-for="(m,jndex) in n.list"> 39 <div v-for="(m,jndex) in n.list">
40 <h3 class="text-center">{{ m.title }}</h3> 40 <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!