Skip to content

Commit

Permalink
fix: 修改extraStyle无效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sadais-fuwenlong committed Sep 22, 2020
1 parent 6c1e4d9 commit 0baf5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pi-list-item/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- 中间区域 -->
<view class="pi-flex-sub"><slot /></view>
<!-- 右侧区域 -->
<view class="extra">{{ extraText }}</view>
<view class="extra" :style="[extraStyle]">{{ extraText }}</view>
<view v-if="$slots.right" class="pi-pd-left-24">
<slot name="right" />
</view>
Expand Down

0 comments on commit 0baf5ef

Please sign in to comment.