input 宽度设置百分比时,输入内容不居中
<view style=‘width:300px;height:80px;background-color:gray’>
<input value=‘3’ type=‘number’ style=‘width:50%;height:60px;background-color:red;text-align:center’/>
</view>
<view style=‘width:300px;height:80px;background-color:gray’>
<input value=‘3’ type=‘number’ style=‘width:50%;height:60px;background-color:red;text-align:center’/>
</view>