| | |
| | | <!-- 20230526 ljh lightning --> |
| | | <!-- <apex:page controller="QueuePageByAssetIdController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> --> |
| | | <apex:page controller="QueuePageByAssetIdController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.QueuePageByAssetIdCss)}"/> |
| | |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> |
| | | <style> |
| | | table.list{ |
| | | /* 20230526 ljh lightning start */ |
| | | /* table.list{ |
| | | width: 100%!important; |
| | | } |
| | | } */ |
| | | body .detailList .dataCol input[type="text"]{min-width: 60px;width:60px;} |
| | | /* 20230526 ljh lightning end */ |
| | | </style> |
| | | <script type="text/javascript"> |
| | | var heightAjustment = 120; |