fix: 修复主题样式问题,增加只有日期没有时间,时间选择器,格式化时间错误问题

This commit is contained in:
@changcode
2022-01-04 15:36:55 +08:00
parent 87bc9aca55
commit bf376fad61
6 changed files with 36 additions and 12 deletions

View File

@@ -74,9 +74,8 @@
popper-class="right-box-select-top"
style="width: 100%"
type="date"
:value-format="timeFormatStrToDatePickFormat(timeFormatMain)"
:format="timeFormatStrToDatePickFormat(timeFormatMain)"
value-format="yyyy-MM-dd">
:value-format="timeFormatStrToDatePickFormat(timeFormatMain, 1)"
:format="timeFormatStrToDatePickFormat(timeFormatMain, 1)">
</my-date-picker>
</el-form-item>
<!-- labels -->