Skip to content

Commit

Permalink
feat(button): [button] Optimize demo style for feature display
Browse files Browse the repository at this point in the history
  • Loading branch information
Youyou-smiles committed Oct 28, 2024
1 parent 3fbc12b commit 16d1b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>

0 comments on commit 16d1b48

Please sign in to comment.