Showing
1 changed file
with
1 additions
and
1 deletions
@@ -120,7 +120,7 @@ export default class UserLogoutReason extends Component { | @@ -120,7 +120,7 @@ export default class UserLogoutReason extends Component { | ||
120 | <View style={styles.textInputContainer}> | 120 | <View style={styles.textInputContainer}> |
121 | <TextInput | 121 | <TextInput |
122 | ref="logoutReasonTextInput" | 122 | ref="logoutReasonTextInput" |
123 | - style={styles.inputText} | 123 | + style={[styles.inputText,{height: height > 568 ? 150: 100}]} |
124 | multiline={true} | 124 | multiline={true} |
125 | placeholder="请填写注销原因(必填)" | 125 | placeholder="请填写注销原因(必填)" |
126 | placeholderTextColor='#b0b0b0' | 126 | placeholderTextColor='#b0b0b0' |
-
Please register or login to post a comment