Browse Source

fix: 修复页面适配的问题

kuns 1 month ago
parent
commit
6e334ba041
1 changed files with 2 additions and 2 deletions
  1. 2 2
      component/resultDetailPage/resultDetailPageComponent.tsx

+ 2 - 2
component/resultDetailPage/resultDetailPageComponent.tsx

@@ -351,14 +351,14 @@ const styles = StyleSheet.create({
         color: '#000000'
     },
     leftLable: {
-        width: 160,
+        width: '70%',
         fontSize: 17,
         color:'#000000',
         textAlign: 'center'
     },
     rightLable: {
         fontSize: 17,
-        width: 100,
+        width: '30%',
         textAlign: 'center',
         borderLeftWidth: 1,
         paddingLeft: 0,