微信小程序设置disply:flex布局时,设置justify-content: space-between;无效是什么原因
生效了啊,我看你th 设置了padding,如果要排除padding的影响,需要给class为th的元素加上box-sizing:border-box;