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
6c468204
Commit
6c468204
authored
Jun 05, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Plain Diff
perf: 合并reg分支
parents
ae9bff17
2e308032
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
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
+7
-1
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
...ager-ui/admin/src/pages/layouts/components/HeaderSite.vue
+0
-1
sample-form-manager-ui/admin/src/pages/system/menu/components/AddMenu.vue
...ger-ui/admin/src/pages/system/menu/components/AddMenu.vue
+1
-1
No files found.
sample-form-manager-ui/admin/src/App.vue
View file @
6c468204
...
@@ -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 @
6c468204
...
@@ -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 @
6c468204
...
@@ -10,7 +10,9 @@
...
@@ -10,7 +10,9 @@
<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>
<MenuBar
v-if=
"layout === 'head'"
mode=
"horizontal"
></MenuBar>
...
@@ -80,6 +82,10 @@ export default {
...
@@ -80,6 +82,10 @@ export default {
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
.logo-box {
.logo-box {
<<<<<<< HEAD
=======
height: 100%;
>>>>>>> reg
display: flex;
display: flex;
align-items: center;
align-items: center;
}
}
...
...
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
View file @
6c468204
...
@@ -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 {
...
...
sample-form-manager-ui/admin/src/pages/system/menu/components/AddMenu.vue
View file @
6c468204
...
@@ -304,7 +304,7 @@ export default {
...
@@ -304,7 +304,7 @@ export default {
commMenu
:
1
,
// 是否常用菜单 (0.非常用,1.常用)
commMenu
:
1
,
// 是否常用菜单 (0.非常用,1.常用)
component
:
""
,
// vue组件路径
component
:
""
,
// vue组件路径
menuType
:
0
,
// 菜单类型 (0.目录,1.菜单,2.按钮)
menuType
:
0
,
// 菜单类型 (0.目录,1.菜单,2.按钮)
authType
:
0
,
// 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
authType
:
3
,
// 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
visible
:
0
,
// 菜单显示状态 (0.显示,1.隐藏)
visible
:
0
,
// 菜单显示状态 (0.显示,1.隐藏)
perms
:
""
,
// 权限标识,多个逗号分割
perms
:
""
,
// 权限标识,多个逗号分割
remark
:
""
,
// 备注信息
remark
:
""
,
// 备注信息
...
...
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