We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a4887 commit 6875843Copy full SHA for 6875843
src/packages/__VUE/picker/index.taro.vue
@@ -37,7 +37,8 @@
37
:key="item[columnFieldNames.value] ?? index"
38
class="nut-picker-roller-item-tarotile"
39
:class="{
40
- [item[columnFieldNames.className]]: item[columnFieldNames.className]
+ [item[columnFieldNames.className]]: item[columnFieldNames.className],
41
+ 'nut-picker-roller-item-tarotile--selected': index === defaultIndexes[columnIndex]
42
}"
43
:style="{
44
lineHeight: pxCheck(optionHeight)
0 commit comments