style: utils code style

This commit is contained in:
xingyu4j
2025-04-23 14:37:35 +08:00
parent 455d396f96
commit 5988b85507
5 changed files with 134 additions and 132 deletions

View File

@@ -7,7 +7,10 @@ export function getRangePickerDefaultProps() {
return {
showTime: {
format: 'HH:mm:ss',
defaultValue: [dayjs('00:00:00', 'HH:mm:ss'), dayjs('23:59:59', 'HH:mm:ss')],
defaultValue: [
dayjs('00:00:00', 'HH:mm:ss'),
dayjs('23:59:59', 'HH:mm:ss'),
],
},
valueFormat: 'YYYY-MM-DD HH:mm:ss',
format: 'YYYY-MM-DD HH:mm:ss',