Skip to content

Commit

Permalink
fix: change the width of setting button
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Jun 14, 2024
1 parent 5ab4719 commit 3a97b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/default/setting/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div @click="openDrawer(true)">
<Icon icon="ion:settings-outline" />
<Icon icon="ion:settings-outline" :width="32" />
<SettingDrawer @register="register" />
</div>
</template>
Expand Down

0 comments on commit 3a97b56

Please sign in to comment.