dev01 hace 1 año
padre
commit
23508996d1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/pages/punchClock/punchClocks.jsx
  2. 1 1
      src/pages/reclockin/index.jsx

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