From d533f39b6fa798e238810d17e928dee75d5b1af7 Mon Sep 17 00:00:00 2001
From: yumenghui <953181891@qq.com>
Date: 星期五, 11 八月 2023 16:02:17 +0800
Subject: [PATCH] 备注添加改造

---
 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