Prechádzať zdrojové kódy

Merge branch 'develop' of http://120.55.44.4:10080/xujunjie/gt_client_pad into develop

xujunjie 1 rok pred
rodič
commit
ee8b483d0f

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

@@ -176,7 +176,7 @@ const WaterQuality = (props) => {
 
         <li style={{ width: '40%' }}>
           <div className={styles.valueLong}>{data?.dph || 0}</div>
-          <div className={styles.btn2}>外供水(PH)</div>
+          <div className={styles.btn2}>外供水PH</div>
         </li>
       </ul>
     </div>

+ 1 - 0
src/pages/SmartReport/index.less

@@ -119,6 +119,7 @@
     justify-content: space-between;
     padding: 0.4rem 0.6rem 0.2rem;
     flex-wrap: wrap;
+    font-size: 0.24rem;
   }
   .item {
     width: 50%;