| | |
| | | <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)}"/> |
| | |
| | | <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; */ |
| | |
| | | border: 1px solid #cbcbcb; |
| | | width: 100%; |
| | | } |
| | | th { |
| | | font-weight: inherit; |
| | | text-align: left; |
| | | font-weight: bold; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | |
| | | .pure-table caption { |
| | | color: #000; |
| | |
| | | .ts-btn{ |
| | | width: 150px; |
| | | padding: 8px; |
| | | height: 20px; |
| | | height: 35px; |
| | | line-height: 20px; |
| | | background: #909b8a; |
| | | background: #1684e3; |
| | | color: #fff; |
| | | border-radius: 5px; |
| | | float: right; |