clay commit : index init

This commit is contained in:
clay
2022-10-03 16:43:58 +08:00
parent 2d79617095
commit 6f398077e5
5 changed files with 66 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div>
科学 学术
</div>
</template>
<script>
export default {
name: "academy_and_sciences"
}
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,15 @@
<template>
<div>
通知公告
</div>
</template>
<script>
export default {
name: "announcements"
}
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,15 @@
<template>
<div style="width: 1000px; height: 1000px; background-color:red; font-size: 100px; color: white">
轮播
</div>
</template>
<script>
export default {
name: "shuffling"
}
</script>
<style scoped>
</style>

View File

@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
name: "undergraduate_and_graduate"
}
</script>
<style scoped>
</style>

View File

@@ -1,5 +1,10 @@
<template>
<div>
<el-row>
<el-col>
<Carousel/>
</el-col>
</el-row>
<el-row>
<el-col class="interval">
<NewsCenter/>
@@ -30,6 +35,7 @@
<script>
import NewsCenter from './components/news_center'
import Carousel from './components/carousel'
import PartyBuildingActivities from './components/party_building_activities.vue'
import ResearchTrends from './components/scientific_research_trends.vue'
import SlideshowCard from './components/slideshow_card.vue'
@@ -46,7 +52,8 @@ export default {
ResearchTrends,
SlideshowCard,
TeachingStudent,
Bottom
Bottom,
Carousel
},
data() {
return {