Skip to content

Commit 16d1b48

Browse files
committed
feat(button): [button] Optimize demo style for feature display
1 parent 3fbc12b commit 16d1b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/sites/demos/pc/app/date-picker/align-composition-api.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ const value = ref('')
3131

3232
<style scoped>
3333
.demo-date-picker-wrap {
34-
width: 280px;
34+
width: 360px;
3535
}
3636
</style>

Diff for: examples/sites/demos/pc/app/date-picker/align.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ export default {
3939

4040
<style scoped>
4141
.demo-date-picker-wrap {
42-
width: 280px;
42+
width: 360px;
4343
}
4444
</style>

0 commit comments

Comments
 (0)