大数据展示系统-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
628 B

<template>
<div id="bookshelf">
<HeaderTop />
<!-- <div class="top-bg" /> -->
<div class="bookshelf-header" style="height:120px">
<router-link to="/">
<span class="icon iconfont icon-l">&#xe631;</span>
</router-link>
<h2>作者推荐</h2>
</div>
<div class="book-main">
<!-- -->
</div>
</div>
</template>
<script>
import HeaderTop from '@/views/module/headerTop.vue'
export default {
name: 'AuthorRecommend',
components: {
HeaderTop
}
}
</script>
<style lang="scss" scoped>
@import "~@/assets/styles/index.scss";
</style>