调整button按键的height之后,如何让里面在文字上下居中?
.new-btn{
font-weight: normal;
border-radius: 20px;
height: 60rpx;
}
想用这个新样式的按钮,看起来扁扁的样子。
把height设置了之后,里面的文字没有上下居中,这个应该调整哪个属性?
.new-btn{
font-weight: normal;
border-radius: 20px;
height: 60rpx;
}
想用这个新样式的按钮,看起来扁扁的样子。
把height设置了之后,里面的文字没有上下居中,这个应该调整哪个属性?