@@ -135,7 +135,7 @@
type="datetime"
return-type="string"
class="limit-time-picker"
- placeholder="留空则不自动清空"
+ placeholder="留空不自动清空"
/>
</template>
</tui-list-cell>
@@ -10,7 +10,7 @@
<picker mode="time" :value="timeValue" @change="onTimeChange">
<view class="picker-item picker-item-time">
<text :class="timeText ? 'picker-value' : 'picker-placeholder'">
- {{ timeText || '小时:分钟' }}
+ {{ timeText || '时:分' }}
</text>
</view>
</picker>
@@ -1035,7 +1035,7 @@ export default {
.boardset-flowert {
width: 88vw;
max-width: 900upx;
- height: 84vh;
+ height: 86vh;
max-height: 900px;
background-color: #ffffff;
margin: 0 auto;