From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:56:14 +0800
Subject: [PATCH] lex community
---
force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
index fbf59ea..bff6b32 100644
--- a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
+++ b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
@@ -98,8 +98,7 @@
</div>
</td>
<td style="width: 200px">
- <lightning-formatted-text
- style="font-size: 16px"
+ <lightning-formatted-text style="font-size: 16px;"
value={coc.Name}
></lightning-formatted-text>
</td>
@@ -115,8 +114,7 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number
- style="font-size: 16px"
+ <lightning-formatted-number style="font-size: 16px;"
value={coc.Total_num__c}
></lightning-formatted-number>
</td>
@@ -132,8 +130,7 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number
- style="font-size: 16px"
+ <lightning-formatted-number style="font-size: 16px;"
value={coc.OrderNumber_arrived__c}
></lightning-formatted-number>
</td>
@@ -149,8 +146,7 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number
- style="font-size: 16px"
+ <lightning-formatted-number style="font-size: 16px;"
value={coc.OrderNumber_notarrive__c}
></lightning-formatted-number>
</td>
@@ -458,4 +454,4 @@
</div>
</div>
</template>
-</template>
+</template>
\ No newline at end of file
--
Gitblit v1.9.1