Commit 320e9a46 by 姜雷

修改车牌下拉选择范围

parent b6dd6556
......@@ -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}
......
......@@ -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;
......
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