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
b9b7d099
Commit
b9b7d099
authored
May 16, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改头部
parent
ca9f671f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
15 deletions
+17
-15
sample-form-manager-ui/admin/src/assets/img/logo.png
sample-form-manager-ui/admin/src/assets/img/logo.png
+0
-0
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
...-manager-ui/admin/src/pages/layouts/components/Header.vue
+16
-14
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
...ager-ui/admin/src/pages/layouts/components/HeaderSite.vue
+1
-1
No files found.
sample-form-manager-ui/admin/src/assets/img/logo.png
View replaced file @
ca9f671f
View file @
b9b7d099
5.34 KB
|
W:
|
H:
6.98 KB
|
W:
|
H:
2-up
Swipe
Onion skin
sample-form-manager-ui/admin/src/pages/layouts/components/Header.vue
View file @
b9b7d099
<
template
>
<
template
>
<div
class=
"header flex aic jcb"
>
<div
class=
"header flex aic jcb"
>
<div
class=
"left flex aic"
>
<div
class=
"left flex aic"
>
<
!--
<
img
<img
class=
"pointer"
class=
"pointer
mr10
"
width=
"32"
width=
"32"
src=
"../../../assets/img/logo.png"
src=
"../../../assets/img/logo.png"
alt=
"LOGO"
alt=
"LOGO"
@
click=
"handleGoHome"
@
click=
"handleGoHome"
/>
-->
/>
<h1
class=
"title pointer"
@
click=
"handleGoHome"
>
<h1
class=
"title pointer"
@
click=
"handleGoHome"
>
样表管理系统
</h1>
智慧政务一体化综合管理平台
</h1>
<HeaderSite
class=
"mr50 ml20"
></HeaderSite>
<HeaderSite
class=
"mr50 ml20"
></HeaderSite>
<!-- 导航 -->
<!-- 导航 -->
<el-menu
<el-menu
:default-active=
"activeMenu"
:default-active=
"activeMenu"
mode=
"horizontal"
mode=
"horizontal"
router
router
background-color=
"#2681e8"
text-color=
"rgba(254, 254, 254, 0.65)"
text-color=
"rgba(254, 254, 254, 0.65)"
>
>
<el-menu-item
v-for=
"v in meuns"
:key=
"v.path"
:index=
"v.path"
>
<el-menu-item
v-for=
"v in meuns"
:key=
"v.path"
:index=
"v.path"
>
...
@@ -75,12 +72,11 @@ export default {
...
@@ -75,12 +72,11 @@ export default {
height: 64px;
height: 64px;
width: 100%;
width: 100%;
padding: 0px 24px;
padding: 0px 24px;
background-color: #2681e8;
//
background-color: #2681e8;
//
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
color: #fff;
color: #fff;
.title {
.title {
font-size: 16px;
font-size: 20px;
font-weight: 500;
}
}
.back-btn {
.back-btn {
a {
a {
...
@@ -90,25 +86,31 @@ export default {
...
@@ -90,25 +86,31 @@ export default {
}
}
}
}
/deep/.el-menu {
/deep/.el-menu {
height: 64px !important;
border: none !important;
border: none !important;
background-color: transparent;
background-color: transparent;
}
}
/deep/.el-menu-item {
/deep/.el-menu-item {
border: none !important;
height: 100% !important;
// border: none !important;
display: flex;
display: flex;
align-items: center;
align-items: center;
i {
i {
color: rgba(254, 254, 254, 0.65);
color: rgba(254, 254, 254, 0.65);
}
}
&:hover {
&:hover {
background-color: #2681e8 !important;
background-color: transparent !important;
// background-color: #2681e8 !important;
color: #fff !important;
color: #fff !important;
border-bottom: 2px solid #fff !important;
}
}
}
}
/deep/.is-active {
/deep/.is-active {
border: none !important;
border: none !important;
border-bottom: 2px solid #fff !important;
color: #fff !important;
color: #fff !important;
background-color: #1890ff !important;
background-color: transparent !important;
// background-color: #2681e8 !important;
}
}
</
style
>
</
style
>
\ No newline at end of file
sample-form-manager-ui/admin/src/pages/layouts/components/HeaderSite.vue
View file @
b9b7d099
...
@@ -239,7 +239,7 @@ export default {
...
@@ -239,7 +239,7 @@ export default {
}
}
.ant-dropdown-link {
.ant-dropdown-link {
padding: 0 20px;
padding: 0 20px;
font-size: 1
4
px;
font-size: 1
6
px;
display: inline-block;
display: inline-block;
color: #fff;
color: #fff;
cursor: pointer;
cursor: pointer;
...
...
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