...
|
...
|
@@ -120,7 +120,7 @@ export default class UserLogoutReason extends Component { |
|
|
<View style={styles.textInputContainer}>
|
|
|
<TextInput
|
|
|
ref="logoutReasonTextInput"
|
|
|
style={styles.inputText}
|
|
|
style={[styles.inputText,{height: height > 568 ? 150: 100}]}
|
|
|
multiline={true}
|
|
|
placeholder="请填写注销原因(必填)"
|
|
|
placeholderTextColor='#b0b0b0'
|
...
|
...
|
|