Closed Youyou-smiles closed 3 weeks ago
The changes in this pull request primarily involve modifications to the CSS styling of various Vue components that implement date picker functionalities. Specifically, the width of the .demo-date-picker-wrap
class has been reduced in several components, while new styles have been introduced to enhance layout consistency. The logic and functionality of the components remain unchanged, ensuring that the date pickers continue to operate as intended.
File Path | Change Summary |
---|---|
examples/sites/demos/pc/app/date-picker/align-composition-api.vue | Reduced width of .demo-date-picker-wrap from 350px to 280px . |
examples/sites/demos/pc/app/date-picker/align.vue | Reduced width of .demo-date-picker-wrap from 350px to 280px . |
examples/sites/demos/pc/app/date-picker/date-range-composition-api.vue | Added width of 360px to .demo-date-picker-wrap . |
examples/sites/demos/pc/app/date-picker/date-range.vue | Added width of 360px to .demo-date-picker-wrap . |
examples/sites/demos/pc/app/date-picker/events-composition-api.vue | Adjusted column span for onPick date picker from 12 to 6 . |
examples/sites/demos/pc/app/date-picker/events.vue | Adjusted column span for onPick date picker from 12 to 6 . |
examples/sites/demos/pc/app/date-picker/now-composition-api.vue | Replaced inline styles with class .demo-date-picker set to 280px . |
examples/sites/demos/pc/app/date-picker/now.vue | Replaced inline styles with class .demo-date-picker set to 280px . |
examples/sites/demos/pc/app/date-picker/timezone-composition-api.vue | Added a scoped CSS class .demo-date-picker-wrap with width of 280px . |
packages/theme/src/date-table/index.less | Added new class modifier .selected.in-range and modified .selected class styling. |
date-range-composition-api.vue
and date-range.vue
files, which also involve changes to the .demo-date-picker-wrap
class, similar to the main PR's changes to the same class in align-composition-api.vue
.🐰 In a world of dates and time,
A picker’s charm begins to climb.
With widths adjusted, neat and tight,
Our UI shines, a pure delight!
So hop along, let’s celebrate,
For every change, we elevate! 🌟
…ssues
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Bug Fixes
Refactor