Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
digitalPerson-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
digitalPerson
digitalPerson-fe
Commits
6934461d
Commit
6934461d
authored
Sep 09, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 首页主要内容区样式调整
parent
9e872a5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
recent-creation.vue
src/views/home/components/recent-creation.vue
+3
-1
index.vue
src/views/home/layout/index.vue
+1
-1
main-content.vue
src/views/home/layout/main-content.vue
+2
-4
No files found.
src/views/home/components/recent-creation.vue
View file @
6934461d
<
script
setup
lang=
"ts"
></
script
>
<
template
>
<div>
最近创作
</div>
<div
class=
"rounded-[16px] bg-white p-[24px]"
>
<div>
最近创作
</div>
</div>
</
template
>
src/views/home/layout/index.vue
View file @
6934461d
...
...
@@ -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>
...
...
src/views/home/layout/main-content.vue
View file @
6934461d
...
...
@@ -3,9 +3,7 @@ import RecentCreation from '../components/recent-creation.vue'
</
script
>
<
template
>
<main
class=
"p-[24px]"
>
<div>
<RecentCreation
/>
</div>
<main>
<RecentCreation
/>
</main>
</
template
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment