Skip to content

Commit

Permalink
feat(date-picker): [date-picker]Optimize case display and fix style i…
Browse files Browse the repository at this point in the history
…ssues (#2400)

* feat(date-picker): [date-picker]Optimize case display and fix style issues

* feat(date-picker): [date-picker]Optimize case display and fix style issues

* feat(date-picker): [date-picker] Fix style issues

* feat(date-picker): [date-picker] Modify console for a large number of alarms
  • Loading branch information
Youyou-smiles authored Oct 26, 2024
1 parent 3920df1 commit 95d8f50
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 95d8f50

Please sign in to comment.