mirror of
https://gitee.com/novel_dev_team/novel-front-web
synced 2026-07-20 17:54:10 +08:00
feat: 增加作家小说发布列表
This commit is contained in:
17
src/components/author/Header.vue
Normal file
17
src/components/author/Header.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="header">
|
||||
<div class="mainNav" id="mainNav">
|
||||
<div class="box_center cf" style="text-align: center;height: 44px;line-height: 48px;color: #fff;font-size: 16px;">
|
||||
|
||||
小说精品屋作家管理
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AuthorHeader"
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user