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