Commit b3c0704a authored by spc's avatar spc

fixed

parent efabf91f
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
<!-- 奶量选择器 --> <!-- 奶量选择器 -->
<picker-view class="amount-picker" :value="pickerValue" @change="onPickerChange" <picker-view class="amount-picker" :value="pickerValue" @change="onPickerChange"
:mask-style="{ opacity: 0 }" :indicator-style="indicatorStyle" :mask-style="{ opacity: 0 }" :indicator-style="indicatorStyle"
indicator-class="amount-picker" mask-style="opacity: 0.5; border: none;"> indicator-class="amount-picker" mask-style="opacity:0; border: none;">
<picker-view-column> <picker-view-column>
<view class="picker-item" v-for="(amount, index) in pickerAmounts" :key="amount" <view class="picker-item" v-for="(amount, index) in pickerAmounts" :key="amount"
:class="{ active: pickerValue[0] === index }"> :class="{ active: pickerValue[0] === index }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment