diff --git a/api/@internal/component/ets/date_picker.d.ts b/api/@internal/component/ets/date_picker.d.ts index 6b1a7acc3225fff6a6fc5c9371e251249ccede89..ef34f0a6c39cc71174a331a2d5078e7b275cb1b4 100644 --- a/api/@internal/component/ets/date_picker.d.ts +++ b/api/@internal/component/ets/date_picker.d.ts @@ -544,7 +544,7 @@ declare class DatePickerAttribute extends CommonMethod { * Sets the text style for the selected item. * * @param { PickerTextStyle } value - Font color, font size, and font weight of the selected item. - * @default {
color: '#ff007dff',
font: {
size: '20vp',
weight: FontWeight.Medium
}
} + * @default {
color: '#ff007dff',
font: {
size: '20fp',
weight: FontWeight.Medium
}
} * @returns { DatePickerAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform @@ -559,7 +559,7 @@ declare class DatePickerAttribute extends CommonMethod { * this API supports the undefined type for the style parameter. * * @param { Optional } style - Font color, font size, and font weight of the selected item. - * @default {
color: '#ff007dff',
font: {
size: '20vp',
weight: FontWeight.Medium
}
} + * @default {
color: '#ff007dff',
font: {
size: '20fp',
weight: FontWeight.Medium
}
} * @returns { DatePickerAttribute } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform @@ -957,7 +957,7 @@ declare interface DatePickerDialogOptions extends DatePickerOptions { * Font color, font size, and font width of the selected item. * * @type { ?PickerTextStyle } - * @default { color: '#ff007dff', font: { size: '20vp', weight: FontWeight.Medium } } + * @default { color: '#ff007dff', font: { size: '20fp', weight: FontWeight.Medium } } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice