feat: 样式调整
This commit is contained in:
@@ -12,13 +12,14 @@ interface Props {
|
||||
|
||||
const {posts, page, totalPage, categories} = Astro.props
|
||||
---
|
||||
|
||||
<div class="container">
|
||||
<PostList posts={posts} page={page} totalPage={totalPage}/>
|
||||
|
||||
<IndexSidebar categories={categories}/>
|
||||
<div class="page-content">
|
||||
<div class="container">
|
||||
<PostList posts={posts} page={page} totalPage={totalPage}/>
|
||||
<IndexSidebar categories={categories}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<style>
|
||||
.container {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user