Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
53e4f2f1
authored
2023-02-10 15:13:03 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into dev
2 parents
434393fe
58c584f4
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
14 deletions
src/components/Breadcrumb.vue
src/image/breadcrumb.png
src/styles/public.scss
src/views/jsbwcx/index.vue
src/views/sthj/sbbwcx/index.vue
src/components/Breadcrumb.vue
View file @
53e4f2f
<
template
>
<div
class=
"breadcrumb-con"
>
<el-breadcrumb
class=
"breadcrumb"
separator-class=
"el-icon-arrow-right"
>
<span
class=
"fl"
>
当前页面:
</span>
<transition-group
name=
"breadcrumb"
>
...
...
@@ -8,7 +7,6 @@
</el-breadcrumb-item>
</transition-group>
</el-breadcrumb>
</div>
</
template
>
<
script
>
...
...
@@ -57,16 +55,14 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.breadcrumb-con
{
padding-bottom
:
5px
;
border-bottom
:
1px
solid
#458ACF
;
margin
:
8px
0
;
}
.breadcrumb
{
text-indent
:
10px
;
background
:
linear-gradient
(
90deg
,
#0047B8
0%
,
rgba
(
0
,
26
,
95
,
0.1
)
100%
);
background
:
url("~@/image/breadcrumb.png")
no-repeat
;
background-size
:
100%
100%
;
line-height
:
32px
;
height
:
32px
;
padding-left
:
35px
;
margin
:
8px
0
8px
6px
;
color
:
#02D9FD
;
}
...
...
src/image/breadcrumb.png
0 → 100644
View file @
53e4f2f
170 KB
src/styles/public.scss
View file @
53e4f2f
...
...
@@ -110,7 +110,7 @@
margin-top
:
15px
;
background
:
url("~@/image/formContent.png")
no-repeat
;
background-size
:
100%
100%
;
padding
:
2
0px
30px
20px
3
0px
;
padding
:
2
2px
42px
2
0px
;
//修改表头的背景颜色横向渐变色
@extend
.tableClass
;
...
...
src/views/jsbwcx/index.vue
View file @
53e4f2f
...
...
@@ -37,8 +37,8 @@
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"业务
号
流水号"
prop=
"ywh"
>
<el-input
v-model
.
trim=
"form.ywh"
clearable
class=
"width100"
placeholder=
"业务
号
流水号"
></el-input>
<el-form-item
label=
"业务流水号"
prop=
"ywh"
>
<el-input
v-model
.
trim=
"form.ywh"
clearable
class=
"width100"
placeholder=
"业务流水号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"3"
>
...
...
src/views/sthj/sbbwcx/index.vue
View file @
53e4f2f
...
...
@@ -41,8 +41,8 @@
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"业务
号
流水号"
prop=
"ywh"
>
<el-input
v-model
.
trim=
"form.ywh"
class=
"width100"
clearable
placeholder=
"业务
号
流水号"
></el-input>
<el-form-item
label=
"业务流水号"
prop=
"ywh"
>
<el-input
v-model
.
trim=
"form.ywh"
class=
"width100"
clearable
placeholder=
"业务流水号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
Please
register
or
sign in
to post a comment