Skip to content

Commit

Permalink
fix(number-keyboard): 修复标题栏完成按钮样式丢失的问题 (#2696)
Browse files Browse the repository at this point in the history
Co-authored-by: xuqingkai <[email protected]>
  • Loading branch information
Moonofweisheng and xuqingkai authored Nov 28, 2023
1 parent 9792e92 commit 3250f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/numberkeyboard/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div ref="root" class="nut-number-keyboard">
<div v-if="title" class="nut-number-keyboard__header">
<h3 class="nut-number-keyboard__title">{{ title }}</h3>
<span v-if="type == 'default'" class="van-number-keyboard__close" @click="closeBoard()">{{
<span v-if="type == 'default'" class="nut-number-keyboard__close" @click="closeBoard()">{{
translate('done')
}}</span>
</div>
Expand Down

0 comments on commit 3250f86

Please sign in to comment.