소스 검색

style fix

wolyshaw 4 년 전
부모
커밋
c5a6079441
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/components/save-form/index.vue

+ 3 - 0
src/components/save-form/index.vue

@@ -89,6 +89,9 @@ export default {
   /deep/ .el-input__inner{
     width: 180px;
   }
+  /deep/.el-date-editor.el-input{
+    width: 180px;
+  }
   /deep/ .el-form-item__content .el-col {
     width: 180px;
   }