|
@@ -86,14 +86,14 @@ class PreviewBody extends Component {
|
|
|
let other_data={},lis_data={},pas_data={},other_yjs='',access='',adviceData={};
|
|
|
let isShowSex = baseObj.sex !== 2 ? false : true
|
|
|
const contStyle = {
|
|
|
- opacity: '0.4',
|
|
|
+ opacity: '1',
|
|
|
right: '0',
|
|
|
top: '1px',
|
|
|
zIndex: '15',
|
|
|
- width: '14px',
|
|
|
+ width:'7px',
|
|
|
background: '#f1f1f1'
|
|
|
};
|
|
|
- const barStyle = { background: '#777', width: '100%' };
|
|
|
+ const barStyle = { borderRadius:'4px',background: '#C9C9C9', width: '100%' };
|
|
|
// if(!come){
|
|
|
// other_data = JSON.parse(baseObj.detailList[2].contentJson)
|
|
|
// lis_data = JSON.parse(baseObj.detailList[4].contentJson)
|
|
@@ -117,7 +117,7 @@ class PreviewBody extends Component {
|
|
|
verticalContainerStyle={contStyle}
|
|
|
verticalScrollbarStyle={barStyle}
|
|
|
contentClassName="content">
|
|
|
- <div className={style['contents']} id="content" style={{ margin: "0 auto", maxWidth: "620px" }}>
|
|
|
+ <div className={style['contents']} id="content">
|
|
|
{/* <div style={{height:'40px', backgroundColor: 'red', width:'100%'}}></div> */}
|
|
|
<Information baseObj={baseObj} preInfo={preInfo}></Information>
|
|
|
<table className={style['infos']}>
|