mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-23 08:30:06 +00:00
空格
Signed-off-by: yanhuan <yanhuan15@huawei.com>
This commit is contained in:
parent
2a65eeb90b
commit
ce259eb33b
@ -250,7 +250,7 @@ struct Time {
|
||||
TextPicker({ range: this.pickerArrayGen(24) })
|
||||
.width(60)
|
||||
.height('100%')
|
||||
.onChange((value: string| string[], index: number| number[]) => {
|
||||
.onChange((value: string | string[], index: number | number[]) => {
|
||||
pickerH = index as number;
|
||||
})
|
||||
|
||||
@ -264,7 +264,7 @@ struct Time {
|
||||
.id('minute')
|
||||
.width(60)
|
||||
.height('100%')
|
||||
.onChange((value: string| string[], index: number| number[]) => {
|
||||
.onChange((value: string | string[], index: number | number[]) => {
|
||||
pickerM = index as number;
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user