Skip to content

Commit

Permalink
docs(comp:empty): change empty slot demo style (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Jan 16, 2024
1 parent 2622096 commit e7efca8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/components/empty/demo/Content.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<template>
<IxEmpty>
<p> 关联影响和操作建议</p>
<IxButton mode="primary">引导按钮</IxButton>
<p class="label"> 关联影响和操作建议</p>
<IxButton size="lg" mode="primary">引导按钮</IxButton>
</IxEmpty>
</template>

<style scoped>
.label {
margin-bottom: 20px;
}
</style>

0 comments on commit e7efca8

Please sign in to comment.