Commit 320e9a46 by 姜雷

修改车牌下拉选择范围

parent b6dd6556
...@@ -282,7 +282,7 @@ class PublicCarDeal extends Component { ...@@ -282,7 +282,7 @@ class PublicCarDeal extends Component {
onChange={this.onSelectHandle} onChange={this.onSelectHandle}
defaultValue="-1" defaultValue="-1"
> >
<option disabled value="-1" /> <option disabled value="-1" >请选择</option>
{carPlateList.map(i => ( {carPlateList.map(i => (
<option key={i.value} value={i.lable}> <option key={i.value} value={i.lable}>
{i.lable} {i.lable}
......
...@@ -68,7 +68,9 @@ ...@@ -68,7 +68,9 @@
outline: none; outline: none;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #f2f2f2; background-color: transparent;
position: relative;
z-index: 2;
} }
.textarea { .textarea {
background-color: #f2f2f2; background-color: #f2f2f2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment