Skip to content

Commit

Permalink
fix: adjust button order
Browse files Browse the repository at this point in the history
  • Loading branch information
IITII committed Sep 19, 2023
1 parent 8af1a12 commit 136a7e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/pic_tools/ToolGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,18 +82,18 @@ export default {
btnColor: 'pink-3',
tooltipMessage: this.$t('open_drawer'),
},
{
btnOnClick: this.btnClickDelDirs,
btnIcon: 'delete_forever',
btnColor: 'pink-14',
tooltipMessage: this.$t('delete_forever'),
},
{
btnOnClick: this.setting,
btnIcon: 'settings',
btnColor: 'secondary',
tooltipMessage: this.$t('setting'),
},
{
btnOnClick: this.btnClickDelDirs,
btnIcon: 'delete_forever',
btnColor: 'pink-14',
tooltipMessage: this.$t('delete_forever'),
},
]
},
},
Expand Down

0 comments on commit 136a7e3

Please sign in to comment.