Skip to content

Commit

Permalink
fix(buttons): style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Jan 9, 2025
1 parent d0c7615 commit a981336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Buttons/SearchButton.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<el-button type="primary" plain :icon="Search" v-if="noText"></el-button>
<el-button type="primary" plain :icon="Search" v-else>
<template>{{ tl('search') }}</template>
{{ tl('search') }}
</el-button>
</template>

Expand Down
4 changes: 1 addition & 3 deletions src/views/Auth/components/AuthzManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
</template>
</div>
<el-tooltip :content="$t('Base.add')" placement="top">
<CreateButton class="icon-button" @click="handleAdd" >
<template v-if="false"></template>
</CreateButton>
<CreateButton class="icon-button" @click="handleAdd" no-text />
</el-tooltip>
</div>
<el-table
Expand Down

0 comments on commit a981336

Please sign in to comment.