diff --git a/pages/massif/mana/recovery.vue b/pages/massif/mana/recovery.vue index b65d101..9001d14 100644 --- a/pages/massif/mana/recovery.vue +++ b/pages/massif/mana/recovery.vue @@ -63,9 +63,15 @@ flex-shrink: 0; font-weight: bold; font-size:32rpx; + &:before{ + content:"剩余:"; + font-weight: normal; + font-size:24rpx; + } &:after{ content:attr(data-unit); font-weight: normal; + font-size:24rpx; } } } @@ -114,7 +120,7 @@ {{v.plantName}} - 剩余:{{v.harvestNum}} + {{v.harvestNum}} 负责人:{{v.principal}} 采收日期:{{v.harvestTime}}