unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
force-app/main/default/pages/RentalApplySplit.page
@@ -59,6 +59,14 @@
        body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
            border-width: 1px;
        }*/
        /* 20230613 ljh lightning start */
        body .detailList .dataCol input[type="text"],body .detailList .dataCol select{
            min-width: 180px;
        }
        .pbBody{
            width:600px;
        }
        /* 20230613 ljh lightning start */
    </style>
    <apex:form id="allForm">
        <script type="text/javascript">
@@ -155,7 +163,7 @@
            </apex:pageBlockSection>
            
            <apex:dataTable value="{!raesList}" var="raes" id="raesLists" border="allPage" cellpadding="5">
              <apex:column>
              <apex:column >
                <apex:facet name="header">借出备品配套一览No.</apex:facet>
                <apex:outputText value="{!raes.Name}" />
              </apex:column>