|
|
@@ -182,7 +182,7 @@
|
|
|
<el-form-item label="发证日期:" prop="issueDate">
|
|
|
<el-date-picker v-dateFormat v-model="carInfo.issueDate" :picker-options="issueDateOptions" type="date"
|
|
|
placeholder="选择发证日期" value-format="yyyy-MM-dd" placement="bottom-start"
|
|
|
- style="color: #f2870c42;"></el-date-picker>
|
|
|
+ ></el-date-picker>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :xs="xscell" :sm="smcell" :md="mdcell" :lg="lgcell" :xl="xlcell" v-if="transferDateShow">
|
|
|
@@ -482,7 +482,7 @@
|
|
|
disabled></el-input>座</span>
|
|
|
</div>
|
|
|
<el-select filterable v-model="insureitem.amount" placeholder="请选择" @change="insureitemChange" size="small"
|
|
|
- class="widths1">
|
|
|
+ style="width: 300px;" >
|
|
|
<el-option :label="item.label" :value="item.value" v-for="(item, index) in insureitem.amtList"
|
|
|
:key="index"></el-option>
|
|
|
</el-select>
|
|
|
@@ -5520,5 +5520,11 @@ export default {
|
|
|
.el-input--small .el-icon-date {
|
|
|
color: #ee6f00ce;
|
|
|
}
|
|
|
+ .el-select{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .el-date-editor.el-input{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|