Skip to content

Commit

Permalink
chore: card增加间距
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Aug 13, 2024
1 parent 0f9e10d commit 6e3b651
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions playground/src/views/demos/features/full-screen/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ const { isFullscreen: isDomFullscreen, toggle: toggleDom } =
</div>
</Card>

<Card title="Dom Full Screen">
<Button class="mr-2" type="primary" @click="toggleDom">
Enter Dom Full Screen
</Button>
<Card class="mt-3" title="Dom Full Screen">
<Button type="primary" @click="toggleDom"> Enter Dom Full Screen </Button>
</Card>

<div
Expand Down

0 comments on commit 6e3b651

Please sign in to comment.