时间:2019-04-29 来源:小程序工厂
首先谢谢你的支持,但我不知道,这个代码是否经过测试
wxml的结构肯定不完整,第二
我研究了很久,你这样设置,左右滑动是不可能
.sv的className没有
浪费了半小时,还是没能解决问题。
flex布局的align-items:center;
wxss:
.table{
background: #f0f0f0;
}
.table-head{
padding:20rpx;
display: flex;
justify-content: space-between;
}
.table-items{
background: #fff;
padding:20rpx;
display: flex;
justify-content: space-between;
align-items:center;/*垂直居中*/
text-align: center;
border-bottom:1rpx solid #f0f0f0;
}
wxml: