Skip to content

Commit

Permalink
Merge pull request #594 from ideal-5/picker-class
Browse files Browse the repository at this point in the history
feat: 更新u-picker组件 增加当前选中class类名
  • Loading branch information
ijry authored Dec 18, 2024
2 parents fe2e8a2 + 63cebe2 commit a9f881f
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 a9f881f

Please sign in to comment.