Browse Source

修改样式

master
邓宏 2 years ago
parent
commit
90a95b0bcf
  1. 12
      pages/massif/myPlant.vue

12
pages/massif/myPlant.vue

@ -64,8 +64,13 @@
} }
.batch,.recovery{ .batch,.recovery{
font-size:24rpx; font-size:24rpx;
color:var(--c);
margin-bottom:6rpx; margin-bottom:6rpx;
display:flex;
align-items: center;
justify-content: space-between;
text{
color:var(--c);
}
} }
.mu{ .mu{
display:flex; display:flex;
@ -145,7 +150,10 @@
<text>{{v.plantStandard}}</text> <text class="over">{{v.varietyName}}</text> <text class="plant-youbian"/> <text>{{v.plantStandard}}</text> <text class="over">{{v.varietyName}}</text> <text class="plant-youbian"/>
</view> </view>
<view class="batch over" style="--c:#999;">种植批次号{{v.plantBatch}}</view> <view class="batch over" style="--c:#999;">种植批次号{{v.plantBatch}}</view>
<view class="recovery" style="--c:#FFC760;">已采收{{v.harvested}}kg</view> <view class="recovery" >
<text>{{v.plotName}}</text>
<text style="--c:#FFC760;">已采收{{v.harvested}}kg</text>
</view>
<view class="mu"> <view class="mu">
<text class="area">{{v.plantArea}}</text> <text class="area">{{v.plantArea}}</text>
<text class="farm">农事操作{{v.farmNum||0}}</text> <text class="farm">农事操作{{v.farmNum||0}}</text>

Loading…
Cancel
Save