Răsfoiți Sursa

页面样式修复

@dongkboy 3 ani în urmă
părinte
comite
80a682ad3b
1 a modificat fișierele cu 7 adăugiri și 1 ștergeri
  1. 7 1
      src/views/Letter/Letter.vue

+ 7 - 1
src/views/Letter/Letter.vue

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