docs(TimePicker): delete useless space (#13096)

This commit is contained in:
pany 2024-08-30 21:44:50 +08:00 committed by GitHub
parent 867e612ec8
commit 4f37942ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ const t = useTranslate({
const baseTime = ref(['12', '00']);
const secondTime = ref(['12', '00', '00']);
const rangeTime = ref(['12', '35']);
const filterTime = ref(['12', ' 00']);
const filterTime = ref(['12', '00']);
const formatterTime = ref(['12', '00']);
const hourMinuteTime = ref(['12', '00', '00']);