Commit 6934461d authored by tyyin lan's avatar tyyin lan

chore: 首页主要内容区样式调整

parent 9e872a5d
<script setup lang="ts"></script> <script setup lang="ts"></script>
<template> <template>
<div>最近创作</div> <div class="rounded-[16px] bg-white p-[24px]">
<div>最近创作</div>
</div>
</template> </template>
...@@ -17,7 +17,7 @@ import MainContent from './main-content.vue' ...@@ -17,7 +17,7 @@ import MainContent from './main-content.vue'
<SideBar /> <SideBar />
</n-layout-sider> </n-layout-sider>
<n-layout-content class="rounded-[16px]"> <n-layout-content class="rounded-[16px] !bg-transparent">
<MainContent /> <MainContent />
</n-layout-content> </n-layout-content>
</n-layout> </n-layout>
......
...@@ -3,9 +3,7 @@ import RecentCreation from '../components/recent-creation.vue' ...@@ -3,9 +3,7 @@ import RecentCreation from '../components/recent-creation.vue'
</script> </script>
<template> <template>
<main class="p-[24px]"> <main>
<div> <RecentCreation />
<RecentCreation />
</div>
</main> </main>
</template> </template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment