Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhengfu
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
杨海涛
zhengfu
Commits
fa0b4287
Commit
fa0b4287
authored
Jul 26, 2021
by
朱建丰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
=0726
parent
dccfdf24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
66 deletions
+45
-66
qingtian_vue/src/components/Breadcrumb.vue
qingtian_vue/src/components/Breadcrumb.vue
+5
-6
qingtian_vue/src/views/Aqsc.vue
qingtian_vue/src/views/Aqsc.vue
+40
-60
No files found.
qingtian_vue/src/components/Breadcrumb.vue
View file @
fa0b4287
...
...
@@ -10,9 +10,8 @@
<el-breadcrumb-item
><a
href=
"https://szzf.qingtian.gov.cn:18080"
target=
"_parent"
>
首页
</a
></el-breadcrumb-item
>
<el-breadcrumb-item
>
{{
breadData
.
page_name
}}
</el-breadcrumb-item>
></el-breadcrumb-item>
<el-breadcrumb-item
><span
style=
"font-weight: bold !important;font-size: 18px !important;"
>
{{
breadData
.
page_name
}}
</span></el-breadcrumb-item>
</el-breadcrumb>
<div>
<i
class=
"iconfont icon-chengshi"
></i>
...
...
@@ -76,8 +75,8 @@ export default {
margin-bottom
:
16px
;
>>>
.el-breadcrumb__inner
{
color
:
#333
;
font-weight
:
bold
;
font-size
:
18px
;
font-weight
:
bold
;
font-size
:
18px
;
a
{
font-weight
:
400
;
font-size
:
16px
;
...
...
@@ -101,7 +100,7 @@ export default {
span
{
color
:
#1492ff
;
margin-right
:
8px
;
font-weight
:
bold
;
font-weight
:
bold
!
important
;
font-size
:
18px
!
important
;
}
.s-line
{
...
...
qingtian_vue/src/views/Aqsc.vue
View file @
fa0b4287
...
...
@@ -2,26 +2,7 @@
<div
class=
"main"
>
<div
class=
"minHeader shadow"
>
<Breadcrumb
:breadData=
"breadData"
></Breadcrumb>
<!--
<div
class=
"card__header flex between"
>
<el-breadcrumb
separator-class=
"el-icon-arrow-right"
>
<el-breadcrumb-item><a
href=
"https://szzf.qingtian.gov.cn:18080"
>
首页
</a></el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{path: '/'}">安全生产
</el-breadcrumb-item>
</el-breadcrumb>
<div
class=
"flex acenter"
>
<i
class=
"el-icon-office-building mr12"
></i>
<p
class=
"c3"
>
牵头单位:
{{
myCity
}}
应急管理局
</p>
</div>
</div>
<div
class=
"flex acenter hl30 p20"
>
<i
class=
"el-icon-s-marketing"
></i>
<div
class=
"flex acenter"
>
<span
class=
"c3"
>
年度目标
</span>
<div
class=
"cline"
></div>
<span
class=
"c3"
>
为自觉接受媒体监督,有效行使工作职责,努力做到权为民所用,更好地服务社群,树立城管形象。
</span
>
</div>
</div>
-->
</div>
<div
class=
"minTop shadow mt20"
>
<div>
...
...
@@ -757,7 +738,7 @@
breadData
:
{
page_name
:
"
安全生产
"
,
annual_target
:
"
为自觉接受媒体监督,有效行使工作职责,努力做到权为民所用,更好地服务社群,树立
城管
形象。
"
,
"
为自觉接受媒体监督,有效行使工作职责,努力做到权为民所用,更好地服务社群,树立
良好
形象。
"
,
leading
:
"
应急管理局
"
,
},
myCity
:
_myCity
,
...
...
@@ -1281,53 +1262,52 @@
background
:
#fff
!
important
;
}
// @media screen and (max-width: 1200px) {
.main
{
width
:
100%
;
background-color
:
#fff
;
margin
:
0px
auto
;
padding
:
30px
0
;
}
/* @media screen and (max-width: 1200px) {*/
/*.main {*/
/* width: 100%;*/
/* background-color: #fff;*/
/* margin: 0px auto;*/
/* padding: 30px 0;*/
/*}*/
.minHeader
,
.market
{
width
:
calc
(
100%
-
40px
);
box-sizing
:
border-box
;
border-radius
:
4px
;
// padding: 20px;
margin
:
20px
auto
0
;
background
:
#fff
;
}
/*.minHeader,*/
/*.market {*/
/* width: calc(100% - 40px);*/
/* box-sizing: border-box;*/
/* border-radius: 4px;*/
/* // padding: 20px;*/
/* margin: 20px auto 0;*/
/* background: #fff;*/
/*}*/
.minTop
{
width
:
calc
(
100%
-
40px
);
box-sizing
:
border-box
;
border-radius
:
4px
;
margin
:
20px
auto
;
}
/*.minTop {*/
/* width: calc(100% - 40px);*/
/* box-sizing: border-box;*/
/* border-radius: 4px;*/
/* margin: 20px auto;*/
/*}*/
// }
// @media screen and (min-width: 1200px) {
//
.main {
// width: 1200px;
//
margin: 0px auto;
//
padding: 30px 0;
//
}
.main
{
/*width: 1200px;*/
margin
:
0px
auto
;
padding
:
30px
0
;
}
// .minHeader,
// .market {
// width: 1200px;
// border-radius: 4px;
// // padding: 20px 20px 20px;
// background: #fff;
// }
.minHeader
,
.market
{
/*width: 1200px;*/
border-radius
:
4px
;
background
:
#fff
;
}
//
.minTop {
//
background-color: #fff;
// width: 1200px;
//
border-radius: 4px;
//
}
.minTop
{
background-color
:
#fff
;
/*width: 1200px;*/
border-radius
:
4px
;
}
// }
.card__header
{
...
...
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