Skip to content

feat(date-picker): [date-picker] Optimize demo style #2434

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 7 commits into from
Oct 28, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ const value = ref('')

<style scoped>
.demo-date-picker-wrap {
width: 280px;
width: 360px;
}
</style>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/date-picker/align.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export default {

<style scoped>
.demo-date-picker-wrap {
width: 280px;
width: 360px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ const IconMinus = iconMinus()
}

.my-date-picker {
background: #ddd;
background: #f0f0f0;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export default {
}

.my-date-picker {
background-color: #ddd;
background-color: #f0f0f0;
}
</style>
Loading