| | |
| | | #Step_tab { |
| | | list-style-type: none; |
| | | padding: 0; |
| | | height: 25px; |
| | | /* 2023-04-23 zyh lightning升级 start */ |
| | | /* height: 25px; */ |
| | | height: 30px; |
| | | /* 2023-04-23 zyh lightning升级 end */ |
| | | border-bottom: 5px solid #3b5998; |
| | | } |
| | | #Step_tab li { |
| | | position: relative; |
| | | width: 20%; |
| | | /* 2023-04-23 zyh lightning升级 start */ |
| | | width: 30%; |
| | | /* width: 20%; */ |
| | | /* 2023-04-23 zyh lightning升级 end */ |
| | | float: left; |
| | | margin: 0; |
| | | padding: 0; |
| | |
| | | <span>下架: </span> |
| | | <!-- 202107721 ljh 1719 end --> |
| | | <apex:outputPanel layout="none" rendered="{!esdInfo.editable}"> |
| | | <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" /> |
| | | <!-- 2023-04-23 zyh lightning升级 start --> |
| | | <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;" /> |
| | | <!-- <apex:inputField id="inspectionResult" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" /> --> |
| | | <!-- 2023-04-23 zyh lightning升级 end --> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel layout="none" rendered="{!NOT(esdInfo.editable)}"> |
| | | <span><apex:outputField id="inspectionResult1" value="{!esdInfo.rec.StockDown__c}" style="margin:3px;width:75px;" /></span> |