From b954ea6b036aa2d37bc09ee7ef9b892c17e5f355 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期三, 09 八月 2023 14:47:14 +0800
Subject: [PATCH] review

---
 force-app/main/default/pages/ListAssetForHospital.page |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/ListAssetForHospital.page b/force-app/main/default/pages/ListAssetForHospital.page
index aef1ccb..d99866e 100644
--- a/force-app/main/default/pages/ListAssetForHospital.page
+++ b/force-app/main/default/pages/ListAssetForHospital.page
@@ -1,8 +1,9 @@
-<apex:page standardController="Account" extensions="ListAssetForHospitalController" showHeader="false" sidebar="false" action="{!init}" id="Page">
+<apex:page standardController="Account" extensions="ListAssetForHospitalController" showHeader="false" sidebar="false" action="{!init}" id="Page" lightningStylesheets="true">
 <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
 <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
 <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
 <apex:includeScript value="{!URLFOR($Resource.jqueryTableFix)}"/>
+<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
 <script type='text/javascript'>
 function searchJs() {
     blockme();
@@ -24,8 +25,22 @@
 }
 </script>
 <style>
+body label, .slds-vf-scope label {
+    display: inline-block;
+    margin-right: 0.75rem;
+    font-size: 13px;
+    line-height: 1.5;
+    color: rgb(68, 68, 68);
+}
+th {
+    font-weight: inherit;
+    font-size: 14px;
+}
 .dateFormat  {
     display: none;
+}
+#fun{
+    background: #cbddf312
 }
 </style>
     <apex:pageBlock id="searchAsset">
@@ -34,7 +49,7 @@
             <apex:pageMessages />
             <table style="border: 0; border-collapse: collapse;" id="searchTbl1">
                 <tr>
-                    <th style="text-align:right; width:35px;">鏉′欢锛�</th>
+                    <th style="text-align:right; width:50px;">鏉′欢锛�</th>
                     <th style="text-align:right; width:50px;">{!$ObjectType.Product2.fields.Category2__c.Label}</th>
                     <td style="text-align:left; width:70px;"><apex:selectList value="{!category2}" size="1" style="width:95%"><apex:selectOptions value="{!category2Opts}"/></apex:selectList></td>
                     <th style="text-align:right; width:60px;">{!$ObjectType.Product2.fields.Category3__c.Label}</th>
@@ -53,7 +68,7 @@
             </table>
             <table style="width:100%; border: 0; border-collapse: collapse;" id="searchTbl2">
                 <tr>
-                    <th style="width:80px;padding-left:10px;"><apex:inputCheckbox id="isImportantProduct" value="{!isImportantProduct}"/><apex:outputLabel value="閲嶇偣浜у搧" for="isImportantProduct"/></th>
+                    <th style="width:100px;padding-left:10px;"><apex:inputCheckbox id="isImportantProduct" value="{!isImportantProduct}"/><apex:outputLabel value="閲嶇偣浜у搧" for="isImportantProduct"/></th>
                     <th style="text-align:right; width:90px;">{!$ObjectType.Asset.fields.IsCompetitorProduct.Label}</th>
                     <td style="text-align:left; width:60px;"><apex:selectList value="{!isCompetitorProduct}" size="1" style="width:60px;"><apex:selectOptions value="{!isCompetitorProductOpts}"/></apex:selectList></td>
                     <th style="text-align:right; width:140px;">{!$ObjectType.Asset.fields.This_year__c.Label}</th>
@@ -68,7 +83,7 @@
             </table>
             <table style="border: 0; border-collapse: collapse;" id="groupbyTbl">
                 <tr>
-                    <th style="text-align:right; width:50px;">琛岄」鐩細</th>
+                    <th style="text-align:right; width:60px;">琛岄」鐩細</th>
                     <td style="text-align:left;"><apex:inputCheckbox id="isCategory2" value="{!isCategory2}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category2__c.Label}" for="isCategory2"/></td>
                     <td style="text-align:left;"><apex:inputCheckbox id="isCategory3" value="{!isCategory3}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category3__c.Label}" for="isCategory3"/></td>
                     <td style="text-align:left;"><apex:inputCheckbox id="isCategory4" value="{!isCategory4}"/><apex:outputLabel value="{!$ObjectType.Product2.fields.Category4__c.Label}" for="isCategory4"/></td>

--
Gitblit v1.9.1