From be102ae06e8f986bd9d1a544cd2752e5fa94231a Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:23:51 +0800
Subject: [PATCH] LEX Community Deploy0711

---
 force-app/main/default/pages/AccessoryAdd.page |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/pages/AccessoryAdd.page b/force-app/main/default/pages/AccessoryAdd.page
index cfe06ea..401d6fa 100644
--- a/force-app/main/default/pages/AccessoryAdd.page
+++ b/force-app/main/default/pages/AccessoryAdd.page
@@ -1,3 +1,4 @@
+<!-- <apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> -->
 <apex:page controller="AccessoryAddController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
 <head>
 <title>闄勫睘鍝佽拷鍔�</title>
@@ -7,6 +8,16 @@
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
 
+<!-- 20230426 zq add style -->
+<style>
+    body .bPageBlock .detailList .labelCol {
+        width: auto;
+    }
+    body input.btn {
+        padding: 2px 3px;
+        margin-left: 55px;
+    }
+</style>
 <script type="text/javascript">
 var heightAjustment = 120;
 var widthAjustment = 30;
@@ -47,7 +58,8 @@
                  <table>
                     <tr>
                         <td width="20px"/>
-                        <td width="200px">
+                        <!--20230426 zq <td width="200px"> -->
+                        <td width="220px">
                           <apex:outputLabel for="bieCunFangDi" value="澶囧搧瀛樻斁鍦�" />
                           <!-- <apex:outputText value="{!bieCunFangDi}"/> -->
                           <apex:selectList value="{!bieCunFangDi}" size="1" style="margin-left: 20px; width:110px" id="bieCunFangDi">

--
Gitblit v1.9.1