button中文字换行
<button class='btn-double-line'>
<text>{{data1}}</text>
<text>{{data2}}</text>
</button>
.btn-double-line{
display: flex;flex-direction: column;
align-items: center;
justify-content: center;
height: 98rpx;//重要
line-height: 46rpx;//几行就是高度除以几
}
.btn-double-line text{
display: flex;
flex-direction: column;
}
第一次写简书,请问代码怎么复制呢?以上都是纯手打
如果解决你的问题了,给个小心心吧!
网友评论