From 1a0aa4273e833215f731e748b9d4111309be8ecd Mon Sep 17 00:00:00 2001 From: lidan Date: Mon, 31 Jul 2023 19:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/customer/customer.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pages/customer/customer.vue b/pages/customer/customer.vue index 9d107e9..e49e187 100644 --- a/pages/customer/customer.vue +++ b/pages/customer/customer.vue @@ -11,12 +11,10 @@ - 企业名称:{{val.unitName}} - 日期:{{val.siginDate}} - - 打卡时间: - - {{item}} + 企业名称:{{val.unitName}} + 日期:{{val.siginDate}} + 打卡时间: + {{item}} @@ -115,8 +113,10 @@ } } .u-body-title { - font-size: 32rpx; + font-size: 28rpx; color: #333; + font-weight: 550; + padding: 8rpx 0; } .u-body-item { @@ -126,7 +126,9 @@ .u-body-item-desc { font-size: 28rpx; color: #555; - padding: 0rpx; + padding: 8rpx; + float: right; + font-weight: 0; } .u-body-item image {