|
@@ -53,8 +53,8 @@ class Treat extends Component {
|
|
setOtherRecommend={ setOtherRecommend }
|
|
setOtherRecommend={ setOtherRecommend }
|
|
showDrugInfo = {showDrugInfo}
|
|
showDrugInfo = {showDrugInfo}
|
|
setDrugInfo={ setDrugInfo }>
|
|
setDrugInfo={ setDrugInfo }>
|
|
- </DrugTreat>
|
|
|
|
- <GeneralTreat icon={surgicalIcon} title='手术治疗' titleBg='#FAEAEA' generalTreat={surgeryTreat}></GeneralTreat>
|
|
|
|
|
|
+ </DrugTreat>
|
|
|
|
+ <GeneralTreat icon={surgicalIcon} title='手术治疗' titleStyle={{background:'#FAEAEA',opacity:'1', filter:'alpha(opacity=100);',filter:'progid:DXImageTransform.Microsoft.Alpha(opacity=100);'}} titleBg='#FAEAEA' generalTreat={surgeryTreat}></GeneralTreat>
|
|
</div>
|
|
</div>
|
|
<div className={style['bottom']}>
|
|
<div className={style['bottom']}>
|
|
<span className={style['prescription-btn']} onClick={this.handlePrescription}>开处方</span> <span className={style['determine-btn']} onClick={this.handleDetermine}>确定</span>
|
|
<span className={style['prescription-btn']} onClick={this.handlePrescription}>开处方</span> <span className={style['determine-btn']} onClick={this.handleDetermine}>确定</span>
|