|
|
@ -463,6 +463,7 @@ const updateTipNum = async ({ |
|
|
|
background: #f6f6f6; |
|
|
|
display: flex; |
|
|
|
height: 26px; |
|
|
|
margin-bottom: 10px; |
|
|
|
align-items: center; |
|
|
|
padding: 0 5px; |
|
|
|
|
|
|
@ -480,7 +481,7 @@ const updateTipNum = async ({ |
|
|
|
} |
|
|
|
|
|
|
|
.ball-area { |
|
|
|
height: calc(100% - 26px); |
|
|
|
height: calc(100% - 36px); |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|