Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
3692e86b
Commit
3692e86b
authored
Jun 13, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:优化应用位置
parent
9f9c0fb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
sample-form-client-ui/admin/src/pages/home/Home.vue
sample-form-client-ui/admin/src/pages/home/Home.vue
+7
-2
No files found.
sample-form-client-ui/admin/src/pages/home/Home.vue
View file @
3692e86b
...
...
@@ -665,6 +665,7 @@ export default {
width: 100%;
height: 124px;
padding: 0px 20px;
padding-bottom: 6px;
}
.app-list {
width: 100%;
...
...
@@ -672,25 +673,29 @@ export default {
padding: 0px 20px;
display: flex;
align-items: center;
gap: 46px
;
// justify-content: center
;
background-color: #fff;
border-radius: 8px;
overflow: hidden;
.app-item {
margin-right: 50px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
cursor: pointer;
img {
width: 66px;
height: 66px;
margin-bottom: 10px;
}
.app-name {
font-size: 24px;
color: #333333;
}
}
.app-item:last-child {
margin-right: 0px;
}
}
.right {
width: 530px;
...
...
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