KKbes
2023-06-26 64c61e02e5083871944d8128c375e7e13ee0a8f5
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)}"/>
@@ -76,9 +76,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;