Skip to content

Commit

Permalink
fix: adjust close button on parser options dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 6, 2024
1 parent d3e9ac8 commit a9ad2ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/ParserOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ function handleDialogClick(evt: MouseEvent) {
p0
@click="handleDialogClick"
>
<div py2 text-center text-lg font-bold>
<div relative flex items-center justify-center py2 text-lg font-bold>
Parser Options
<button
class="i-ri:close-line"
float-right
absolute
right-1
p4
@click="dialog?.close()"
/>
Expand Down

0 comments on commit a9ad2ea

Please sign in to comment.