|
|
@@ -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">
|
|
|
@@ -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>
|