From f66abb6dad1b8caa18aca9d65dceb34a34c022b6 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期五, 11 八月 2023 11:42:16 +0800
Subject: [PATCH] review

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

diff --git a/force-app/main/default/pages/SampleInventory.page b/force-app/main/default/pages/SampleInventory.page
index ec410f6..e194e8c 100644
--- a/force-app/main/default/pages/SampleInventory.page
+++ b/force-app/main/default/pages/SampleInventory.page
@@ -1,4 +1,4 @@
-<apex:page controller="SampleInventoryController" showHeader="false" sidebar="false" id="Page" action="{!init}" title="鏍锋湰鐩樼偣">
+<apex:page lightningStylesheets="true" controller="SampleInventoryController" showHeader="false" sidebar="false" id="Page" action="{!init}" title="鏍锋湰鐩樼偣">
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -6,6 +6,7 @@
     <apex:includeScript value="{!URLFOR($Resource.jquerysuggestjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
     <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
+    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
     <style type="text/css">
         .pure-table {
             /* border-collapse: collapse; */
@@ -14,6 +15,13 @@
             border: 1px solid #cbcbcb;
             width: 100%;
         }
+        th {
+            font-weight: inherit;
+            text-align: left;
+            font-weight: bold;
+            white-space: nowrap;
+        }
+        
  
         .pure-table caption {
             color: #000;
@@ -76,9 +84,9 @@
         .ts-btn{
             width: 150px;
             padding: 8px;
-            height: 20px;
+            height: 35px;
             line-height: 20px;
-            background: #909b8a;
+            background: #1684e3;
             color: #fff;
             border-radius: 5px;
             float: right;

--
Gitblit v1.9.1