Skip to content

Commit

Permalink
refactor: smaller print in console btn
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 17, 2023
1 parent da206a3 commit f2c4286
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/AstViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ function print() {
p1
/>
</label>
<button border rounded px2 py1 hover:border-emerald @click="print">
<button
border
rounded
px1
py0.5
text-sm
hover:border-emerald
@click="print"
>
Print in console
</button>
</div>
Expand Down

0 comments on commit f2c4286

Please sign in to comment.