Skip to content
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