dengjie commit : 通知公告区修改样式
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user