fix: 修复主题样式问题,增加只有日期没有时间,时间选择器,格式化时间错误问题
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user