Browse Source

化验颜色不一致

Luolei 6 năm trước cách đây
mục cha
commit
769c60daab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/AddInspect/index.jsx

+ 1 - 1
src/components/AddInspect/index.jsx

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