view组件中如何设置文字垂直居中
<!–index.wxml–>
<!-- 怎么让 开吉尔 3个字 垂直也居中–>
<view class=“txtstyle”>开吉尔</view>
/**index.wxss**/
.txtstyle{
width:100px;
height:100px;
text-align:center;
}
<!–index.wxml–>
<!-- 怎么让 开吉尔 3个字 垂直也居中–>
<view class=“txtstyle”>开吉尔</view>
/**index.wxss**/
.txtstyle{
width:100px;
height:100px;
text-align:center;
}