@@ -83,7 +83,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
- justify-content: space-around;
+ justify-content: flex-start;
padding: 8px 0.6vw;
/*控制整个滚动条*/
@@ -128,8 +128,9 @@ export default {
.value {
font: normal 18px hxb;
color: #25e3fa;
+ width: 6vw;
+ min-width: 120px;
margin-left: auto;
- width: 5vw;
text-align: right;
}