feat: 增加作家小说发布列表

This commit is contained in:
xiongxiaoyang
2022-05-29 16:33:46 +08:00
parent 6535af4038
commit e697c9e82f
7 changed files with 722 additions and 321 deletions

View 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>