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/PrintInspectupReport.page | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/pages/PrintInspectupReport.page b/force-app/main/default/pages/PrintInspectupReport.page
index 369a758..dcaf610 100644
--- a/force-app/main/default/pages/PrintInspectupReport.page
+++ b/force-app/main/default/pages/PrintInspectupReport.page
@@ -22,10 +22,10 @@
}
.nav_1st {
width: 300px;
- height: 20px;
- line-height: 20px;
+ height: 32px;
+ line-height: 32px;
padding: 5px 30px 5px 5px;
- border: 1px solid #000;
+ border: 1px solid #c9c9c9;
background-size: 5%;
-webkit-user-select: none;
-moz-user-select: none;
@@ -36,7 +36,7 @@
.nav {
width: 300px;
line-height: 20px;
- border: 1px solid #000;
+ border: 1px solid #c9c9c9;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@@ -45,7 +45,7 @@
top: 30px;
right: 0;
left: 0;
- margin: 33px 0 0 298px;
+ margin: 10px 0 0 94px;
z-index: 9999;
display: none;
}
@@ -275,26 +275,26 @@
<apex:pageBlock id="allBlock" >
<apex:pageBlockSection id="paymentPlan1" title="閫夋嫨鏉′欢1" columns="2">
<apex:outputPanel >
- <table style="width:1800px;">
+ <table style="width:1000px;">
<tr style="">
- <td style="width: 55px;float: left;">
+ <td style="width: 76px;float: left;line-height: 40px;">
<font>鏄惁绌虹櫧</font>
</td>
<td style="float: left;">
- <apex:selectList value="{!isResultShow}" id="isResultShow" size="1" style="width:80px">
+ <apex:selectList value="{!isResultShow}" id="isResultShow" size="1" style="width:85px;min-width: 80px;">
<apex:selectOptions value="{!isResultShowLOption}"/>
</apex:selectList>
</td>
- <td style="width: 55px;float: left;">
+ <td style="width: 76px;float: left;line-height: 40px;">
<font>淇濇湁璁惧</font>
</td>
- <td style="width: 400px;float: left;">
- <apex:selectList value="{!selectAssetType}" id="selectAssetType" size="1" style="width:80px;float: left;" onchange="selectAssetTypeJs(this);return false;">
+ <td style="min-width: 400px;float: left;">
+ <apex:selectList value="{!selectAssetType}" id="selectAssetType" size="1" style="width:85px;min-width: 80px;float: left;" onchange="selectAssetTypeJs(this);return false;">
<apex:selectOptions value="{!selectAssetTypeOption}"/>
</apex:selectList>
- <div style="float: left;display: none;" id="selectCheckId">
+ <div style="float: left;display: none;line-height: 32px;" id="selectCheckId">
<div class="nav_1st" id="valId" title="">
<p id="classification" style="margin-top: -7px;"><span id="initial">--鏃�--</span></p>
</div>
@@ -333,7 +333,7 @@
<div class="nav_close"></div>
</div>
</td>
- <td style="float: left;display: none;" id="isPagingId">
+ <td style="float: left;display: none;line-height: 40px;" id="isPagingId">
<font>鏄惁鍒嗛〉</font>
<apex:inputCheckBox value="{!isPaging}" id="isPaging" style="display: inline-block;vertical-align: middle;"/>
</td>
@@ -391,7 +391,7 @@
</apex:pageBlockSection>
</apex:pageBlock>
<div style="width: 98%;">
- <apex:commandButton onclick="createPDFJs();return false;" rendered="true" value="鐢熸垚PDF" style="width:60px;float: right;"/>
+ <apex:commandButton onclick="createPDFJs();return false;" rendered="true" value="鐢熸垚PDF" style="width:80px;float: right;"/>
</div>
</div>
</apex:form>
--
Gitblit v1.9.1