|
@@ -230,11 +230,13 @@
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<text>米 数</text>
|
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
|
+ <view style="display: flex; justify-content: right; width: 70%;">
|
|
|
<input class="uni-input" type="number" v-model="inputIntegerNumberValue" maxlength="6"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
<text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
<input class="uni-input" type="number" v-model="inputDecimalNumberValue" maxlength="1"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -312,11 +314,14 @@
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<text>米 数</text>
|
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
|
+ <view style="display: flex; justify-content: right; width: 70%;">
|
|
|
<input class="uni-input" type="number" v-model="inputIntegerNumberValue" maxlength="6"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
<text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
<input class="uni-input" type="number" v-model="inputDecimalNumberValue" maxlength="1"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -394,11 +399,13 @@
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<text>米 数</text>
|
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
|
+ <view style="display: flex; justify-content: right; width: 70%;">
|
|
|
<input class="uni-input" type="number" v-model="inputIntegerNumberValue" maxlength="6"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
<text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
<input class="uni-input" type="number" v-model="inputDecimalNumberValue" maxlength="1"
|
|
|
style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|