From 71b93327e8f3fb3bffffc7c033c1f782e7b6ab32 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 22 五月 2023 17:37:16 +0800
Subject: [PATCH] test
---
force-app/main/default/pages/OFSHospitalLayout.page | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/pages/OFSHospitalLayout.page b/force-app/main/default/pages/OFSHospitalLayout.page
index 262b77c..6d3460d 100644
--- a/force-app/main/default/pages/OFSHospitalLayout.page
+++ b/force-app/main/default/pages/OFSHospitalLayout.page
@@ -1,4 +1,4 @@
-<apex:page id="Page" standardcontroller="Account" showHeader="false" sidebar="false" extensions="OFSHospitalLayoutController" action="{!init}" standardStylesheets="true" applyBodyTag="false" applyHtmlTag="false">
+<apex:page id="Page" standardcontroller="Account" showHeader="false" sidebar="false" extensions="OFSHospitalLayoutController" action="{!init}" standardStylesheets="true" applyBodyTag="false" applyHtmlTag="false" lightningStylesheets="true">
<html>
<head>
<meta name="viewport" content="width=1150,user-scalable=no" /> <!-- TODO 1150銇偝銉炽儐銉炽儎銇箙 -->
@@ -75,7 +75,7 @@
<td><apex:outputLabel value="{!$ObjectType.Account.Label}:" style="font-size:18px;font-weight: bold;padding-right: 5px;"/></td>
<td><apex:outputLabel value="{!acc.Name}" style="font-size:18px;font-weight: bold;padding-right: 20px;"/></td>
<td style="text-align: center;padding-right: 100px;"><apex:commandButton style="width:80px;" value="淇濆瓨" action="{!save}"/></td>
- <td style="text-align: center;"><apex:commandButton style="width:80px;" value="鍏抽棴绐楀彛" onclick="location.href='/apex/OFSWindowClose';return false;"/></td>
+ <td style="text-align: center;"><apex:commandButton style="width:120px;" value="鍏抽棴绐楀彛" onclick="location.href='/apex/OFSWindowClose';return false;"/></td>
</tr>
</table>
<apex:pageBlockSection title="{!sectionList[0].title}" columns="{!sectionList[0].column}" showHeader="{!sectionList[0].showHeader}" rendered="{!sectionList.size>0}">
@@ -143,7 +143,7 @@
</apex:pageBlockSection>
</apex:repeat>
</div>
- <div style="position: fixed; bottom: 0; width:100%;z-index:1" Id="InfoFoot">
+ <div style="position: relative; bottom: 0; width:100%;z-index:1" Id="InfoFoot">
<apex:pageBlockSection title="鎶ュ憡" columns="3" Id="Report" showHeader="false" >
<apex:outputPanel styleClass="reportElement" layout="block" rendered="{!selectedRptMapList.size > pageNo*3+0}" style="float:left;width:100%">
<apex:outputPanel layout="none" rendered="{!(selectedRptMapList[pageNo*3+0]['Column'] != 'false')}">
--
Gitblit v1.9.1