dengjie commit : 通知公告区修改样式

This commit is contained in:
clay
2022-10-04 17:40:57 +08:00
parent 7ab4a674f0
commit 2126436e90
9 changed files with 248 additions and 46 deletions

View File

@@ -10,32 +10,38 @@
<NewsCenter/>
</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>
<el-col>
<Announcements/>
</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>-->
</div>
</template>
<script>
import NewsCenter from './components/news_center'
import Carousel from './components/carousel'
import Announcements from "./components/announcements";
import PartyBuildingActivities from './components/party_building_activities.vue'
import ResearchTrends from './components/scientific_research_trends.vue'
import SlideshowCard from './components/slideshow_card.vue'
@@ -44,9 +50,11 @@ import Bottom from './components/bottom.vue'
import {getConfig} from "@/api";
import {setAppLanguage, setLanguage} from "@/utils/sist";
export default {
name: "index",
components: {
Announcements,
NewsCenter,
PartyBuildingActivities,
ResearchTrends,