@ -664,6 +664,7 @@ export default {
flex-direction: column;
> button {
padding: 0 10rpx;
width: 100%;
height: 92rpx;
line-height: 92rpx;
@ -671,6 +672,9 @@ export default {
border-top-right-radius: 30rpx;
border: 0rpx;
font-size: 28rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}