dengjie commit : 部分修改样式

This commit is contained in:
clay
2022-10-04 23:03:23 +08:00
parent dd6798e8ce
commit a372dff77c
13 changed files with 209 additions and 318 deletions

View File

@@ -25,26 +25,27 @@
<UndergraduateAndGraduate/>
</el-col>
</el-row>
<el-row v-if="$i18n.locale === 'cn'">
<el-col>
<PartyBuildingActivities/>
</el-col>
</el-row>
<!-- <el-row>-->
<!-- <el-col>-->
<!-- <ResearchTrends/>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row v-if="$i18n.locale === 'cn'">-->
<!-- <el-col>-->
<!-- <PartyBuildingActivities/>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row>-->
<!-- <el-col>-->
<!-- <TeachingStudent/>-->
<!-- </el-col>-->
<!-- </el-row>-->
<!-- <el-row v-show="width>=1100">-->
<!-- <el-col>-->
<!-- <Bottom/>-->
<!-- </el-col>-->
<!-- </el-row>-->
<el-row v-show="width>=1100">
<el-col>
<Bottom/>
</el-col>
</el-row>
</div>
</template>