吸烟情况界面错乱问题修改
This commit is contained in:
parent
3fb1679a62
commit
924cfeec4b
|
@ -23,7 +23,7 @@
|
|||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>烟龄</view>
|
||||
<view style="min-width: 35px;">烟龄</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="smokerAge" placeholder="请输入" type="number" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(年)</text>
|
||||
|
@ -31,39 +31,39 @@
|
|||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>吸烟量</view>
|
||||
<view style="min-width: 50px;">吸烟量</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="smokingVolume" placeholder="请输入" type="number" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(支/天)</text>
|
||||
<text class="greyColor marginLeft-xs" style="min-width: 45px;">(支/天)</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>烟价</view>
|
||||
<view style="min-width: 35px;">烟价</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="cigarettePrice" placeholder="请输入" type="digit" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(20支/包)</text>
|
||||
<text class="greyColor marginLeft-xs" style="min-width: 60px;">(20支/包)</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>焦油含量</view>
|
||||
<view style="min-width: 60px;">焦油含量</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="tar" placeholder="请输入" type="digit" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(毫克/支)</text>
|
||||
<text class="greyColor marginLeft-xs" style="min-width: 60px;">(毫克/支)</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>吸一支烟的时间</view>
|
||||
<view style="min-width: 60px;">吸一支烟的时间</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="smokerTime" placeholder="请输入" type="digit" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(分钟)</text>
|
||||
<text class="greyColor marginLeft-xs" style="min-width: 38px;">(分钟)</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cut"></view>
|
||||
<view class="flex-align">
|
||||
<view>曾尝试戒烟几次</view>
|
||||
<view style="min-width: 60px;">曾尝试戒烟几次</view>
|
||||
<view class="flex-contion">
|
||||
<input v-model="smokerNum" placeholder="请输入" type="number" class="text-df text-right" />
|
||||
<text class="greyColor marginLeft-xs">(次)</text>
|
||||
|
|
Loading…
Reference in New Issue