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
5392ef0e
Commit
5392ef0e
authored
May 13, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化一级菜单位置
parent
f9a8340c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
sample-form-manager-ui/admin/src/App.vue
sample-form-manager-ui/admin/src/App.vue
+2
-1
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
+0
-1
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
...-manager-ui/admin/src/pages/layouts/components/Header.vue
+4
-3
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
...ager-ui/admin/src/pages/layouts/components/HeaderSite.vue
+0
-1
No files found.
sample-form-manager-ui/admin/src/App.vue
View file @
5392ef0e
...
@@ -16,7 +16,8 @@ export default {
...
@@ -16,7 +16,8 @@ export default {
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.app {
.app {
width: 100%;
max-width: 2560px;
margin: auto;
height: 100%;
height: 100%;
background-color: #f0f2f5;
background-color: #f0f2f5;
}
}
...
...
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
View file @
5392ef0e
...
@@ -74,7 +74,6 @@ export default {
...
@@ -74,7 +74,6 @@ export default {
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.layout {
.layout {
width: 100vw;
height: 100vh;
height: 100vh;
}
}
.el-header {
.el-header {
...
...
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
View file @
5392ef0e
...
@@ -10,10 +10,10 @@
...
@@ -10,10 +10,10 @@
<h1
class=
"title"
@
click=
"handleGoHome"
>
<h1
class=
"title"
@
click=
"handleGoHome"
>
{{
sysName
?
sysName
:
systemName
}}
{{
sysName
?
sysName
:
systemName
}}
</h1>
</h1>
<HeaderSite></HeaderSite>
<HeaderSite
style=
"margin-right: 120px"
></HeaderSite>
<!-- 导航 -->
<MenuBar
v-if=
"layout === 'head'"
mode=
"horizontal"
></MenuBar>
</div>
</div>
<!-- 导航 -->
<MenuBar
v-if=
"layout === 'head'"
mode=
"horizontal"
></MenuBar>
<!-- 返回门户 -->
<!-- 返回门户 -->
<div
class=
"back-btn"
>
<div
class=
"back-btn"
>
<el-tooltip
effect=
"dark"
content=
"返回门户"
placement=
"bottom"
>
<el-tooltip
effect=
"dark"
content=
"返回门户"
placement=
"bottom"
>
...
@@ -80,6 +80,7 @@ export default {
...
@@ -80,6 +80,7 @@ export default {
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
.logo-box {
.logo-box {
height: 100%;
display: flex;
display: flex;
align-items: center;
align-items: center;
}
}
...
...
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
View file @
5392ef0e
...
@@ -211,7 +211,6 @@ export default {
...
@@ -211,7 +211,6 @@ export default {
.ant-dropdown-link {
.ant-dropdown-link {
padding: 0 20px;
padding: 0 20px;
font-size: 16px;
font-size: 16px;
min-width: 200px;
display: inline-block;
display: inline-block;
}
}
.content {
.content {
...
...
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