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
88ce3f18
authored
2023-02-08 16:10:57 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
d3a4b7d3
ba54738d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
11 deletions
src/styles/element-ui.scss
src/views/sbbwcx/index.vue
src/styles/element-ui.scss
View file @
88ce3f1
...
...
@@ -287,15 +287,20 @@ table td {
background-size
:
100%
100%
;
padding-top
:
13px
;
padding-bottom
:
13px
;
table
{
border
:
none
;
margin-top
:
5px
!
important
;
table
{
background
:
url("~@/image/rqjx.png")
no-repeat
;
background-size
:
100%
100%
;
padding
:
8px
;
}
table
td
{
box-sizing
:
border-box
;
border-bottom
:
0px
solid
#074487
!
important
;
border-bottom
:
0px
solid
#074487
!
important
;
}
.el-input__inner
{
background-color
:
#031a46
;
}
...
...
@@ -311,9 +316,11 @@ table td {
.el-date-table
td
.disabled
div
{
background-color
:
#074487
;
}
.el-date-picker__header
{
.el-date-picker__header
{
margin-bottom
:
0px
;
}
.el-date-picker__header-label
{
color
:
#A6CFD6
;
}
...
...
@@ -321,12 +328,13 @@ table td {
.el-picker-panel__content
{
padding-top
:
0px
;
margin-top
:
0px
;
.disabled
{
background-color
:
#074487
;
div
{
span
{
color
:rgba
(
172
,
239
,
250
,
.5
)
div
{
span
{
color
:
rgba
(
172
,
239
,
250
,
.5
)
}
}
...
...
@@ -438,7 +446,7 @@ table td {
[
class
^=
"el-icon-"
],
[
class
*=
" el-icon-"
]
{
display
:
none
;
//
display: none;
}
.el-range-separator
{
...
...
src/views/sbbwcx/index.vue
View file @
88ce3f1
...
...
@@ -18,14 +18,16 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"汇交时间"
prop=
"exchangeStartTime"
>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.exchangeStartTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"开始日期"
clearable
:picker-options=
"pickerOptionsStart"
v-model=
"form.exchangeStartTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"至"
prop=
"exchangeStartTime"
label-width=
"35px"
>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
clearable
v-model=
"form.exchangeEndTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"结束日期"
clearable
:picker-options=
"pickerOptionsEnd"
v-model=
"form.exchangeEndTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
Please
register
or
sign in
to post a comment