소스 검색

style: 放大药剂价格字体

ZhaoJun 1 년 전
부모
커밋
5fc5bd6e3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Home/ChemCostComparison.js

+ 1 - 1
src/pages/Home/ChemCostComparison.js

@@ -364,7 +364,7 @@ export const ChemCost = ({ open, showTip = false }) => {
           </div>
           <div className={styles.curEnergyCost}>
             <div className={styles.item}>
-              <div style={{ fontSize: '0.20rem', color: 'gray' }}>
+              <div style={{ fontSize: '0.22rem', color: 'gray' }}>
                 药剂参考价格:
                 {open ? referencePriceTable[`${currentChem}`] : '***元'}
               </div>