Skip to content

Commit

Permalink
feat(date-picker): [date-picker] Modify console for a large number of…
Browse files Browse the repository at this point in the history
… alarms
  • Loading branch information
Youyou-smiles committed Oct 25, 2024
1 parent b8b608e commit 14ff6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderless/src/date-panel/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const initState = ({ reactive, computed, api, i18n, designConfig }) => {
isShowTz: computed(() => state.showTimezone && state.showTime),
isShowFooter: computed(() => state.footerVisible && [DATEPICKER.Date, DATEPICKER.Year].includes(state.currentView)),
buttonType: designConfig?.state?.buttonType || 'default',
buttonSize: designConfig?.state?.buttonSize || 'default'
buttonSize: designConfig?.state?.buttonSize || ''
})

state.needChangeTimezoneData = true // 控制重新渲染时区列表
Expand Down

0 comments on commit 14ff6f6

Please sign in to comment.