From d6a096fadfe9c8f261f56a827cfceed663c36b8b Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期三, 26 四月 2023 17:23:28 +0800 Subject: [PATCH] backup0421 --- force-app/main/default/lwc/lexConsumable/lexConsumable.html | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/lwc/lexConsumable/lexConsumable.html b/force-app/main/default/lwc/lexConsumable/lexConsumable.html index e10ce43..6ad483c 100644 --- a/force-app/main/default/lwc/lexConsumable/lexConsumable.html +++ b/force-app/main/default/lwc/lexConsumable/lexConsumable.html @@ -225,9 +225,9 @@ <p style="font-size: 16px;"><strong>娑堣�楀搧鏄庣粏</strong></p> </div> <div style="padding:10px;"> - <table style="width: 100%;"> + <!-- <table style="width: 100%;" class="conTable"> <thead> - <tr> + <tr style="border-bottom: 1px solid #D4D4D4;"> <template if:true={editAble}> <th><lightning-input type="checkbox" onchange={checkAll} name="checkAll"></lightning-input></th> </template> @@ -289,7 +289,7 @@ </template> <td> <template if:true={editAble}> - <lightning-input data-index={index} value={record.esd.Consumable_count__c} onchange={consumableCountChange}></lightning-input> + <lightning-input style="margin-bottom: 10px;" data-index={index} value={record.esd.Consumable_count__c} onchange={consumableCountChange}></lightning-input> </template> <template if:false={editAble}> <div class="slds-truncate" title="Value Proposition">{record.esd.Consumable_count__c}</div> @@ -310,7 +310,8 @@ </tr> </template> </tbody> - </table> + </table> --> + <c-lex-custom-lightning-datatable hide-checkbox-column key-field="Id" data={consumableorderdetailsRecordForDT} columns={cols}></c-lex-custom-lightning-datatable> </div> </div> </div> -- Gitblit v1.9.1