Luolei 6 anos atrás
pai
commit
86720794a5
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      src/components/PreviewBody/index.jsx

+ 1 - 2
src/components/PreviewBody/index.jsx

@@ -193,7 +193,6 @@ class PreviewBody extends Component {
                                                             return <tr style={{lineHeight:'1.5',width:'100%',fontSize:'12px'}}>
                                                                 <td style={{width:'32%',fontSize:'12px'}}>{val.name}</td>
                                                                 {this.showDetails(val)}
-                                                                
                                                                 <td style={{width:'24%',fontSize:'12px'}}>
                                                                     {normalVal(val.minValue,val.maxValue)}
                                                                 </td>
@@ -253,7 +252,7 @@ class PreviewBody extends Component {
                     </tr>
                 </table>
                 <table style={{ marginTop: '10px',marginBottom:'30px',position:'absolute',minWidth:'200px',right:'0',display: show ? 'block' : 'none' }}>
-                    <tr style={{textAlign:'right',verticalAlign: 'top'}}>
+                    <tr style={{textAlign:'right',verticalAlign: 'top',position:'absolute',right:'0'}}>
                         <td>医生签名:</td>
                         <td style={{
                           minWidth:'50px',