Skip to content

Commit

Permalink
chore: 🤖 examples 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
dizuncainiao committed Aug 7, 2023
1 parent b756f92 commit 70c7a8e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/src/views/business/ThingsOutboundNumberRankingDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ defineOptions({
</script>

<template>
<div style="width: 600px; height: 400px; box-shadow: 0 0 8px #eee;">
<div
style="
width: 600px;
height: 400px;
overflow: hidden;
background: #fff;
border-radius: 12px;
box-shadow: 0 0 8px #eee;
"
>
<ThingsOutboundNumberRanking />
</div>
</template>

0 comments on commit 70c7a8e

Please sign in to comment.