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
58c584f4
authored
2023-02-10 15:11:51 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
1ff07996
66486d26
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/styles/public.scss
src/views/jsbwcx/index.vue
src/views/sthj/sbbwcx/index.vue
src/styles/public.scss
View file @
58c584f
...
...
@@ -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 @
58c584f
...
...
@@ -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 @
58c584f
...
...
@@ -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