父级设置
display: flex;
align-items: center;
justify-content: space-between;
那么第二个数据将居中对齐
如果我们想让他贴左边或者右边的话,我们设置左边一个距离,右边一个auto即可
<view style="padding-left: 30rpx;margin-right: auto;">可预约{{card22.length}}张</view>
父级设置
display: flex;
align-items: center;
justify-content: space-between;
那么第二个数据将居中对齐
如果我们想让他贴左边或者右边的话,我们设置左边一个距离,右边一个auto即可
<view style="padding-left: 30rpx;margin-right: auto;">可预约{{card22.length}}张</view>