|
@@ -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',
|