|
@@ -144,7 +144,7 @@ class PreviewBody extends Component {
|
|
|
render() {
|
|
|
const { show, preInfo, dataJson, dataStr, baseObj, flg } = this.props;
|
|
|
const other_yjs = filterOtherDataArr(JSON.parse(dataStr.other),dataJson.other);
|
|
|
- return <div className={style['content']} style={{ width: flg ? '700' : '820' }}>1<sup><u>1</u></sup><sub>2</sub>
|
|
|
+ return <div className={style['content']} style={{ width: flg ? '700' : '820' }}>
|
|
|
<div className={style['contents']} id="content" style={{ margin: "0 auto", maxWidth: "600px" }}>
|
|
|
<div ref={this.$content} style={{ clear: 'both', fontSize: '24px', margin: '0px 0px 30px 0px', textAlign: 'center' }}>{preInfo.hospitalName}</div>
|
|
|
<table className={style['patInfo']} style={{ margin: '0px 0px 30px 0px', borderCollapse: 'collapse', width: "100%" }}>
|