Commit 6dfa49eb authored by 刘用法's avatar 刘用法

材料页面

parent 65c96d3e
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</view> </view>
<view class="other-space"> <view class="other-space">
<text>超出金额</text> <text>超出金额</text>
<text>{{money}}</text> <text>{{money}}</text>
</view> </view>
</view> </view>
</view> </view>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
name: '材料名称', name: '材料名称',
unit: '单位', unit: '单位',
freeAmount: '免费量', freeAmount: '免费量',
price: '单价', price: '单价/元',
consumption: '预计用量' consumption: '预计用量'
} }
}, },
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
height: 100vh; height: 100vh;
.content-view { .content-view {
padding: 30rpx; padding: 30rpx 30rpx 60rpx 30rpx;
margin: 20rpx 30rpx; margin: 20rpx 30rpx;
border-radius: 12rpx; border-radius: 12rpx;
background-color: #FFFFFF; background-color: #FFFFFF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment