Closed Youyou-smiles closed 2 weeks ago
The changes in this pull request primarily involve modifications to the styling of Vue components related to a date picker. Specifically, the width of the .demo-date-picker-wrap
class has been increased from 280px
to 360px
in multiple files, affecting the layout of the date picker component. Additionally, the background color of the .my-date-picker
class has been updated from #ddd
to #f0f0f0
in certain components, altering their visual appearance. The structure and logic of the components remain unchanged.
File Path | Change Summary |
---|---|
examples/sites/demos/pc/app/date-picker/align-composition-api.vue | Adjusted width of .demo-date-picker-wrap from 280px to 360px . No other changes. |
examples/sites/demos/pc/app/date-picker/align.vue | Adjusted width of .demo-date-picker-wrap from 280px to 360px . No other changes. |
examples/sites/demos/pc/app/date-picker/custom-suffix-icon-composition-api.vue | Changed background color of .my-date-picker from #ddd to #f0f0f0 . No other changes. |
examples/sites/demos/pc/app/date-picker/custom-suffix-icon.vue | Changed background color of .my-date-picker from #ddd to #f0f0f0 . No other changes. |
.demo-date-picker-wrap
class from 280px
to 360px
, directly related to this PR..demo-date-picker-wrap
class from 350px
to 280px
, indicating a direct connection in styling..demo-date-picker-wrap
class from 280px
to 360px
, aligning with this PR..demo-date-picker-wrap
class from 280px
to 360px
, consistent with this PR.enhancement
🐰 In the meadow, where the pickers play,
A change in width brightens the day.
From280
to360
, a stretch so wide,
With colors anew, let joy be our guide!
Hopping along, we celebrate this sight,
Date pickers gleam, oh what a delight! 🌼✨
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