From 7454e4fe769b5148309b8a932fbf2bc03b41b376 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期日, 06 八月 2023 19:06:33 +0800
Subject: [PATCH] G级页面简单修改

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