From 1d598e816c1df17930b90f9259cf4ba0551cb289 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 27 Jun 2024 08:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=8A=A0=E7=B2=97=EF=BC=8C?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E4=B8=A4=E4=B8=AA=E5=AD=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hybrid/html/point.html | 4 ++++ src/pages/point/index.vue | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/hybrid/html/point.html b/src/hybrid/html/point.html index 82a76ddb..566ccd06 100644 --- a/src/hybrid/html/point.html +++ b/src/hybrid/html/point.html @@ -30,6 +30,10 @@ .left-item { display: flex; } + .bold-font{ + font-weight: bold; + font-size: 28rpx; + } .label { border-bottom: 1px solid #b1b1b1; diff --git a/src/pages/point/index.vue b/src/pages/point/index.vue index 33d42430..e3ec36b4 100644 --- a/src/pages/point/index.vue +++ b/src/pages/point/index.vue @@ -5,7 +5,7 @@ 物品代码 - {{item.itemCode}} + {{item.itemCode}} 物品名称 @@ -29,7 +29,7 @@ 数量 - {{item.qty}} + {{item.qty}} @@ -119,7 +119,7 @@
物品代码
-
${item.itemCode}
+
${item.itemCode}
物品名称
@@ -143,7 +143,7 @@
数量
-
${item.qty}
+
${item.qty}
@@ -254,6 +254,10 @@ height: 100rpx; line-height: 100rpx; } + .bold-font{ + font-weight: bold; + font-size: 28rpx; + } .value { border-bottom: 1px solid #b1b1b1;