KKbes
2023-08-11 f66abb6dad1b8caa18aca9d65dceb34a34c022b6
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;