|
@@ -19,12 +19,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="ptools flex align_center justify_end">
|
|
|
- <view class="pcurnums flex align_center justify_end">
|
|
|
- <text>结算价</text>
|
|
|
- <view class="u-ninput">
|
|
|
- <u-input style="width: 400rpx;" trim border type="digit" clearable @blur="numberToFixed(item,2,999999)" v-model="item.cost" placeholder="请输入价格,最多两位小数"/>
|
|
|
- </view>
|
|
|
+ <view class="pcurnums flex align_center justify_end">
|
|
|
+ <text>结算价</text>
|
|
|
+ <view class="u-ninput">
|
|
|
+ <u-input trim border type="digit" clearable @blur="numberToFixed(item,2,999999)" v-model="item.cost" placeholder="请输入价格,最多两位小数"/>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -86,6 +84,7 @@
|
|
|
|
|
|
<style lang="less">
|
|
|
.content{
|
|
|
+ width: 100%;
|
|
|
height: 100vh;
|
|
|
.tits{
|
|
|
padding: 20upx 30upx;
|
|
@@ -93,8 +92,8 @@
|
|
|
font-size: 24rpx;
|
|
|
}
|
|
|
.proudct-body{
|
|
|
- width: 100%;
|
|
|
flex-grow: 1;
|
|
|
+ width: 100%;
|
|
|
overflow: auto;
|
|
|
background-color: #fff;
|
|
|
padding: 0 20upx;
|
|
@@ -122,21 +121,11 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- .ptxt{
|
|
|
- font-size: 28rpx;
|
|
|
+ .pcurnums{
|
|
|
color: #999;
|
|
|
- .pnums{
|
|
|
- color: #222;
|
|
|
- margin-right: 20upx;
|
|
|
- }
|
|
|
- }
|
|
|
- .ptools{
|
|
|
- .pcurnums{
|
|
|
- width: 80%;
|
|
|
- color: #999;
|
|
|
- > text{
|
|
|
- margin-right: 20rpx;
|
|
|
- }
|
|
|
+ .u-ninput{
|
|
|
+ width: 60%;
|
|
|
+ padding: 0 10rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|