Skip to content

Commit

Permalink
feat: 更新u-picker组件 增加当前选中class类名
Browse files Browse the repository at this point in the history
  • Loading branch information
ideal-5 committed Dec 18, 2024
1 parent b7f2c5a commit 63cebe2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<view
v-if="testArray(item)"
class="u-picker__view__column__item u-line-1"
:class="[index1 === innerIndex[index] && 'u-picker__view__column__item--selected']"
v-for="(item1, index1) in item"
:key="index1"
:style="{
Expand Down

0 comments on commit 63cebe2

Please sign in to comment.