Skip to content

Commit

Permalink
fix(dropdownmenu): dropdownMenu配置--td-dropdown-menu-icon-sizem不起效 (#1144
Browse files Browse the repository at this point in the history
)
  • Loading branch information
LoopZhou authored Oct 30, 2023
1 parent d4ec381 commit db1c2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dropdown-menu/dropdown-menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<div :class="`${name}__title`">
{{ item.label }}
</div>
<caret-down-small-icon v-if="$props.direction === 'down'" :class="styleIcon(item, idx)" size="24" />
<caret-up-small-icon v-else :class="styleIcon(item, idx)" size="24" />
<caret-down-small-icon v-if="$props.direction === 'down'" :class="styleIcon(item, idx)" />
<caret-up-small-icon v-else :class="styleIcon(item, idx)" />
</div>
<slot />
</div>
Expand Down

0 comments on commit db1c2df

Please sign in to comment.