From 67765d99c19ad354e66f8646d8597622b5d81ef7 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:25:14 +0800
Subject: [PATCH] Merge branch 'LEX_Deloitte_Dev'

---
 force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
index 341c562..bff6b32 100644
--- a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
+++ b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
@@ -87,66 +87,66 @@
                                 <tbody>
                                     <tr>
                                         <td style="width: 10px"></td>
-                                        <td style="width: 60px">
+                                        <td style="width: 74px">
                                             <div
                                                 style="
                                                     color: #696969;
-                                                    font-size: 12px;
+                                                    font-size: 16px;
                                                 "
                                             >
                                                 璁㈠崟鍚嶇О
                                             </div>
                                         </td>
                                         <td style="width: 200px">
-                                            <lightning-formatted-text
+                                            <lightning-formatted-text style="font-size: 16px;"
                                                 value={coc.Name}
                                             ></lightning-formatted-text>
                                         </td>
                                         <td style="width: 30px"></td>
-                                        <td style="width: 60px">
+                                        <td style="width: 74px">
                                             <div
                                                 style="
                                                     color: #696969;
-                                                    font-size: 12px;
+                                                    font-size: 16px;
                                                 "
                                             >
                                                 璁㈠崟鎬绘暟
                                             </div>
                                         </td>
                                         <td style="width: 100px">
-                                            <lightning-formatted-number
+                                            <lightning-formatted-number style="font-size: 16px;"
                                                 value={coc.Total_num__c}
                                             ></lightning-formatted-number>
                                         </td>
                                         <td style="width: 30px"></td>
-                                        <td style="width: 72px">
+                                        <td style="width: 90px">
                                             <div
                                                 style="
                                                     color: #696969;
-                                                    font-size: 12px;
+                                                    font-size: 16px;
                                                 "
                                             >
                                                 宸插埌璐ф暟閲�
                                             </div>
                                         </td>
                                         <td style="width: 100px">
-                                            <lightning-formatted-number
+                                            <lightning-formatted-number style="font-size: 16px;"
                                                 value={coc.OrderNumber_arrived__c}
                                             ></lightning-formatted-number>
                                         </td>
                                         <td style="width: 30px"></td>
-                                        <td style="width: 84px">
+                                        <td style="width: 106px">
                                             <div
                                                 style="
                                                     color: #696969;
-                                                    font-size: 12px;
+                                                    font-size: 16px;
                                                 "
                                             >
                                                 杩樻病鍙戣揣鏁伴噺
                                             </div>
                                         </td>
                                         <td style="width: 100px">
-                                            <lightning-formatted-number
+                                            <lightning-formatted-number style="font-size: 16px;"
                                                 value={coc.OrderNumber_notarrive__c}
                                             ></lightning-formatted-number>
                                         </td>

--
Gitblit v1.9.1