Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Apr 2, 2022
1 parent f846382 commit bb3f1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/assets/js/components/TableAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@command="onClick">
<i
v-if="isAliIcon(item.icon)"
class="aliicon menu-icon"
class="taskfont menu-icon"
v-html="item.icon"
:style="item.style || {}"/>
<Icon
Expand All @@ -44,7 +44,7 @@
</EDropdown>
<i
v-else-if="isAliIcon(item.icon)"
class="aliicon menu-icon"
class="taskfont menu-icon"
v-html="item.icon"
:style="item.style || {}"
@click="onClick(item.action)"/>
Expand Down

0 comments on commit bb3f1f2

Please sign in to comment.