From c93907a931ee119592587eface8d730f80d9ef18 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期三, 19 七月 2023 13:43:08 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev
---
force-app/main/default/pages/TransferApplyResponsePopUp.page | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/TransferApplyResponsePopUp.page b/force-app/main/default/pages/TransferApplyResponsePopUp.page
index 3eb227c..16e114a 100644
--- a/force-app/main/default/pages/TransferApplyResponsePopUp.page
+++ b/force-app/main/default/pages/TransferApplyResponsePopUp.page
@@ -30,6 +30,12 @@
// 20211123 ljh 搴旂瓟娌熼�� update end
}
</script>
+<!-- 20230718 ljh add -->
+<style type="text/css">
+ table.mytable tr{
+ height:35px;
+ }
+</style>
<apex:form id="allForm">
<!-- 20211105 ljh 搴旂瓟娌熼�� update start -->
<!-- <apex:actionFunction name="savebtn" action="{!saveBtn}" rerender="allPanel,message" onComplete="unblockUI();refreshparent();"> -->
@@ -43,7 +49,8 @@
<apex:outputPanel id="allPanel">
<apex:pageBlock title="{!$ObjectType.TransferApply__c.fields.Response__c.label}" id="allBlock">
<apex:pageBlockButtons location="top">
- <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="鍙戦��" rerender="dummy"/>
+ <!-- 20230718 ljh add style="margin-right:10px" -->
+ <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="鍙戦��" rerender="dummy" style="margin-right:10px"/>
<apex:commandButton onclick="canceljs(); return false;" value="鍙栨秷" rerender="dummy"/>
</apex:pageBlockButtons>
<!-- 20211105 ljh 搴旂瓟娌熼�� update start -->
@@ -54,7 +61,7 @@
<apex:outputText id="raid" value="{!raid}" style="display:none"/>
<!-- <apex:outputText id="hasError" value="{!hasError}" style="display:none"/> -->
<!-- 20211105 ljh 搴旂瓟娌熼�� update end -->
- <table>
+ <table class="mytable">
<tr>
<td>To锛�</td>
<td>
--
Gitblit v1.9.1