Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cdsf-wx-app
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
cdsf-wx-app
Commits
320e9a46
Commit
320e9a46
authored
Oct 11, 2018
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车牌下拉选择范围
parent
b6dd6556
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.js
src/containers/PublicCarDeal/index.js
+1
-1
style.css
src/containers/PublicCarDeal/style.css
+3
-1
No files found.
src/containers/PublicCarDeal/index.js
View file @
320e9a46
...
...
@@ -282,7 +282,7 @@ class PublicCarDeal extends Component {
onChange
=
{
this
.
onSelectHandle
}
defaultValue
=
"-1"
>
<
option
disabled
value
=
"-1"
/
>
<
option
disabled
value
=
"-1"
>
请选择
<
/option
>
{
carPlateList
.
map
(
i
=>
(
<
option
key
=
{
i
.
value
}
value
=
{
i
.
lable
}
>
{
i
.
lable
}
...
...
src/containers/PublicCarDeal/style.css
View file @
320e9a46
...
...
@@ -68,7 +68,9 @@
outline
:
none
;
width
:
100%
;
height
:
100%
;
background-color
:
#f2f2f2
;
background-color
:
transparent
;
position
:
relative
;
z-index
:
2
;
}
.textarea
{
background-color
:
#f2f2f2
;
...
...
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