소스 검색

修改成本部分样式

yuanrf 1 년 전
부모
커밋
a0d884abb2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/components/Finance/Cost.vue

+ 5 - 0
src/components/Finance/Cost.vue

@@ -3728,4 +3728,9 @@ export default {
     white-space: pre;
 
 }
+
+.el-date-editor.el-input,
+.el-date-editor.el-input__inner {
+    width: 100%;
+}
 </style>