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

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

parent 9e872a5d
<script setup lang="ts"></script>
<template>
<div>最近创作</div>
<div class="rounded-[16px] bg-white p-[24px]">
<div>最近创作</div>
</div>
</template>
......@@ -17,7 +17,7 @@ import MainContent from './main-content.vue'
<SideBar />
</n-layout-sider>
<n-layout-content class="rounded-[16px]">
<n-layout-content class="rounded-[16px] !bg-transparent">
<MainContent />
</n-layout-content>
</n-layout>
......
......@@ -3,9 +3,7 @@ import RecentCreation from '../components/recent-creation.vue'
</script>
<template>
<main class="p-[24px]">
<div>
<RecentCreation />
</div>
<main>
<RecentCreation />
</main>
</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