Authored by yyq

fix style

... ... @@ -96,7 +96,7 @@ export default {
padding: 0 10px;
font-size: 24px;
color: #222;
border-radius: 25px;
border-radius: 26px;
border: solid 1px #222;
box-sizing: border-box;
display: flex;
... ...
... ... @@ -39,7 +39,7 @@ export default {
height: 38px;
line-height: 38px;
font-size: 28px;
border-radius: 19px;
border-radius: 50%;
margin: 5px;
text-align: center;
color: #fff;
... ...