吸烟情况界面错乱问题修改

This commit is contained in:
xg-29 2024-06-19 10:24:57 +08:00
parent 3fb1679a62
commit 924cfeec4b
1 changed files with 10 additions and 10 deletions

View File

@ -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>