Commit 6ec71c7e by 王崇仁

更改了微信刷脸的页面兼容

parent 9c8aee44
...@@ -129,7 +129,7 @@ class PhoneModal extends Component { ...@@ -129,7 +129,7 @@ class PhoneModal extends Component {
}}> }}>
<TextInput <TextInput
style={{ style={{
fontSize: setSpText(90), fontSize: setSpText(70),
width: '80%', width: '80%',
textAlign: 'center', textAlign: 'center',
padding: scaleSize(20), padding: scaleSize(20),
...@@ -379,6 +379,7 @@ const styles = { ...@@ -379,6 +379,7 @@ const styles = {
keyUnitClose: { keyUnitClose: {
fontSize: setSpText(85), fontSize: setSpText(85),
color: '#FFFFFF', color: '#FFFFFF',
textAlign: 'center',
}, },
}; };
......
...@@ -384,6 +384,7 @@ const styles = { ...@@ -384,6 +384,7 @@ const styles = {
keyUnitClose: { keyUnitClose: {
fontSize: setSpText(85), fontSize: setSpText(85),
color: '#FFFFFF', color: '#FFFFFF',
textAlign: 'center',
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment