|
@@ -290,7 +290,7 @@ class Inspect extends React.Component {
|
|
|
// 标签,血常规。。
|
|
|
item.show ?
|
|
|
<p className={styles.staticTagActive}>
|
|
|
- <span data-flg="current" style={{color:"#333"}} onClick={(e) => { handleLabelSub(e, item.questionId,idx); this.handleFillShow(e,idx) }}>{item.name}</span>
|
|
|
+ <span data-flg="current" style={{color:"#000"}} onClick={(e) => { handleLabelSub(e, item.questionId,idx); this.handleFillShow(e,idx) }}>{item.name}</span>
|
|
|
</p>:
|
|
|
<p>
|
|
|
<i data-flg="current" onClick={(e) => { handleLabelSub(e,item.questionId,idx); this.handleFillShow(e,idx) }}>{item.name}</i>
|