0bcce423 by 华明祺

no message

1 parent 2b66cd88
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
14 <el-card class="mb20"> 14 <el-card class="mb20">
15 <el-row :gutter="20" align="middle"> 15 <el-row :gutter="20" align="middle">
16 <el-col :lg="matchData.type=='0'?7:8" :md="12" :xl="6"> 16 <el-col :lg="matchData.type=='0'?7:8" :md="12" :xl="6">
17 <div class="popo"> 17 <!-- <div class="popo">-->
18 <el-tag v-if="matchData.signType==0">{{ language == 0 ? '个人' : 'Individual' }}</el-tag> 18 <!-- <el-tag v-if="matchData.signType==0">{{ language == 0 ? '个人' : 'Individual' }}</el-tag>-->
19 <el-tag v-if="matchData.signType==1">{{ language == 0 ? '团体' : 'Team' }}</el-tag> 19 <!-- <el-tag v-if="matchData.signType==1">{{ language == 0 ? '团体' : 'Team' }}</el-tag>-->
20 <el-tag v-if="matchData.signType==2">{{ language == 0 ? '个人/团体' : 'Individual/Team' }}</el-tag> 20 <!-- <el-tag v-if="matchData.signType==2">{{ language == 0 ? '个人/团体' : 'Individual/Team' }}</el-tag>-->
21 </div> 21 <!-- </div>-->
22 22
23 <img :src="fillImgUrl(matchData.coverUrl)" class="mauto w100 as16_9"> 23 <img :src="fillImgUrl(matchData.coverUrl)" class="mauto w100 as16_9">
24 </el-col> 24 </el-col>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!