Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
020633d6
Commit
020633d6
authored
May 16, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改头部
parent
3ff1ce9b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
base-manager-ui/admin/src/assets/img/logo.png
base-manager-ui/admin/src/assets/img/logo.png
+0
-0
base-manager-ui/admin/src/config/default/setting.config.js
base-manager-ui/admin/src/config/default/setting.config.js
+1
-1
base-manager-ui/admin/src/layouts/Layouts.vue
base-manager-ui/admin/src/layouts/Layouts.vue
+8
-3
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
+1
-1
No files found.
base-manager-ui/admin/src/assets/img/logo.png
View replaced file @
3ff1ce9b
View file @
020633d6
5.34 KB
|
W:
|
H:
2.36 KB
|
W:
|
H:
2-up
Swipe
Onion skin
base-manager-ui/admin/src/config/default/setting.config.js
View file @
020633d6
...
@@ -18,7 +18,7 @@ module.exports = {
...
@@ -18,7 +18,7 @@ module.exports = {
multiPage
:
true
,
//多页签模式,true:开启,false:不开启
multiPage
:
true
,
//多页签模式,true:开启,false:不开启
cachePage
:
true
,
//是否缓存页面数据,仅多页签模式下生效,true 缓存, false 不缓存
cachePage
:
true
,
//是否缓存页面数据,仅多页签模式下生效,true 缓存, false 不缓存
hideSetting
:
false
,
//隐藏设置抽屉,true:隐藏,false:不隐藏
hideSetting
:
false
,
//隐藏设置抽屉,true:隐藏,false:不隐藏
systemName
:
"
智慧政务一体化综合管理
平台
"
,
//系统名称
systemName
:
"
基础设置
平台
"
,
//系统名称
copyright
:
"
2021 ICZER 信宏翔科技有限公司
"
,
//copyright
copyright
:
"
2021 ICZER 信宏翔科技有限公司
"
,
//copyright
asyncRoutes
:
false
,
//异步加载路由,true:开启,false:不开启
asyncRoutes
:
false
,
//异步加载路由,true:开启,false:不开启
showPageTitle
:
true
,
//是否显示页面标题(PageLayout 布局中的页面标题),true:显示,false:不显示
showPageTitle
:
true
,
//是否显示页面标题(PageLayout 布局中的页面标题),true:显示,false:不显示
...
...
base-manager-ui/admin/src/layouts/Layouts.vue
View file @
020633d6
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<a-layout-header
class=
"header"
>
<a-layout-header
class=
"header"
>
<div
class=
"flex aic"
>
<div
class=
"flex aic"
>
<router-link
to=
"/"
class=
"flex aic"
>
<router-link
to=
"/"
class=
"flex aic"
>
<
!--
<img
width=
"32"
src=
"@/assets/img/logo.png"
/>
--
>
<
img
class=
"mr10"
width=
"32"
src=
"@/assets/img/logo.png"
/
>
<h1
>
{{
systemName
}}
</h1>
<h1
class=
"title"
>
基础设置平台
</h1>
</router-link>
</router-link>
<HeaderSite
class=
"ml20"
></HeaderSite>
<HeaderSite
class=
"ml20"
></HeaderSite>
</div>
</div>
...
@@ -72,11 +72,12 @@ export default {
...
@@ -72,11 +72,12 @@ export default {
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.ant-layout-header {
.ant-layout-header {
padding: 0px 24px;
padding: 0px 24px;
background-color: #2681e8;
//
background-color: #2681e8;
font-size: 14px;
font-size: 14px;
display: flex;
display: flex;
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
background: linear-gradient(90deg, #1845c6 0%, #2999ff 100%);
h1 {
h1 {
color: #fff;
color: #fff;
font-size: 16px;
font-size: 16px;
...
@@ -85,6 +86,10 @@ export default {
...
@@ -85,6 +86,10 @@ export default {
a {
a {
color: #fff;
color: #fff;
}
}
.title {
font-size: 20px;
font-weight: bold;
}
}
}
.main {
.main {
height: calc(100vh - 64px);
height: calc(100vh - 64px);
...
...
base-manager-ui/admin/src/layouts/header/HeaderSite.vue
View file @
020633d6
...
@@ -157,7 +157,7 @@ export default {
...
@@ -157,7 +157,7 @@ export default {
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.ant-dropdown-link {
.ant-dropdown-link {
padding: 0 20px;
padding: 0 20px;
font-size: 1
4
px;
font-size: 1
6
px;
min-width: 200px;
min-width: 200px;
display: inline-block;
display: inline-block;
color: #fff;
color: #fff;
...
...
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