dev01 1 yıl önce
ebeveyn
işleme
23508996d1

+ 1 - 1
src/pages/punchClock/punchClocks.jsx

@@ -324,7 +324,7 @@ class PunchClocks extends Component {
                             duration: e.detail.value
                           })
                         }}
-                      />小时 
+                      /> 小时 
                       <Text style={{ color: "red", fontSize: "15px" }}>剩余打卡({this.state.hours}h)</Text>
                     </View>
                   </View>

+ 1 - 1
src/pages/reclockin/index.jsx

@@ -290,7 +290,7 @@ class ReClockin extends Component {
                         duration: e.detail.value
                       })
                     }}
-                  />小时&nbsp;
+                  />&nbsp;小时&nbsp;
                   <Text style={{ color: "red", fontSize: "15px" }}>剩余打卡({this.state.hours}h)</Text>
                 </View>
               </View>