@@ -633,11 +633,12 @@ export default {
display: flex;
flex-wrap: wrap;
li {
- width: 66px;
+ width: 67px;
height: 60px;
justify-content: center;
flex-direction: column;
+ border: 1px solid #ffffff;
cursor: pointer;
&:hover {
background: #F5F6F7;