From ac0d606acaa5844bc2c6ad2242d5502b60f9be3a Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期五, 30 六月 2023 17:25:39 +0800
Subject: [PATCH] 修改页面和按钮

---
 force-app/main/default/pages/MaintenanceProductData.page |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index a5735b5..fbf1422 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -921,6 +921,11 @@
                 </tr>
                 </apex:outputPanel>
                 <tr>
+                    <td>
+                        <div>&nbsp;</div>
+                    </td>
+                </tr>
+                <tr>
                     <td align="right" style="width: 100px;">浜у搧鍚嶇О</td>
                     <!-- ProductDateSearch -->
                     <td><apex:inputText id="CateName" value="{!searchCateName}" style="width:100px"/></td>
@@ -1250,7 +1255,7 @@
                                         <apex:variable var="edv" value="" rendered="{!editAble}" id="edvariable">
                                             <apex:outputPanel rendered="{!(edc.size==1)}" layout="none">
                                                 <apex:outputPanel layout="none" rendered="{!IF((RecordTypeName = 'GuranteeMain'&& !contains(GuranteeMainProductService,edc[0]))||RecordTypeName != 'GuranteeMain',true , false)}">
-                                                    <apex:InputField value="{!aa.mpded[edc[0]]}"  id="edtheValue" style="max-width: 120px;"/> 
+                                                    <apex:InputField value="{!aa.mpded[edc[0]]}"  id="edtheValue" style="max-width: 120px;min-width: 10px"/> 
                                                 </apex:outputPanel>
                                                 <apex:outputPanel layout="none" rendered="{!IF((RecordTypeName = 'GuranteeMain'&& !contains(GuranteeMainProductService,edc[0]))||RecordTypeName != 'GuranteeMain',false , true)}">
                                                     <apex:outputField value="{!aa.mpded[edc[0]]}"/>

--
Gitblit v1.9.1