placeholderStyle在IOS中不生效,安卓的却可以
<uni-easyinput type="nickname" :inputBorder="false" placeholder="请填写" maxlength="16"
v-model="userInfo.nickName" @input="nameInput" :placeholderStyle="abc"
style="text-align: right;">
</uni-easyinput>