页面中使用uni-ui 的form组件,普通设置无法设置input框的高度
vue2中使用以下方式设置,增加/deep/用来穿透作用域样式
/deep/ .uni-easyinput__content-input{
height: 96rpx; }
vue3中使用以下方式设置
::deep .uni-easyinput__content-input{