From 1ac1697c72cb66157b463a481effce30504b7acb Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Tue, 14 Feb 2023 16:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=97=E7=AE=A1=E7=90=86-=E5=86=9C?= =?UTF-8?q?=E4=BA=8B=E8=AE=B0=E5=BD=95=20=E4=BF=AE=E6=94=B9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/mana/farmRecord.vue | 38 +++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/pages/massif/mana/farmRecord.vue b/pages/massif/mana/farmRecord.vue index cd4ced9..f64376b 100644 --- a/pages/massif/mana/farmRecord.vue +++ b/pages/massif/mana/farmRecord.vue @@ -68,6 +68,29 @@ font-size:24rpx; } } + .detail{ + display:flex; + align-items: center; + text{ + color:#999; + font-size:24rpx; + &:first-child{ + flex-shrink: 0; + color:#fff; + background:#10C176; + font-size:20rpx; + border-radius: 8rpx 40rpx 8rpx 40rpx; + width:80rpx; + text-align: center; + height:40rpx; + line-height: 40rpx; + margin-right:12rpx; + } + &:nth-child(2){ + margin-right:auto; + } + } + } } } } @@ -81,11 +104,16 @@ - - {{v.type}} {{v.inputName}} {{v.inputTotal||0}}{{v.unit}} - - - 负责人:{{v.principal}} 记录时间:{{new Date(v.time).format('yyyy-MM-dd')}} + + + {{v.type}} 负责人:{{v.principal}} 记录时间:{{new Date(v.time).format('yyyy-MM-dd')}}