style:样式修改
Showing
3 changed files
with
16 additions
and
11 deletions
-
Please register or sign in to post a comment
... | ... | @@ -60,8 +60,11 @@ |
font-size: 14px; | ||
line-height: 20px; | ||
cursor: pointer; | ||
display: flex; | ||
flex-direction: column; | ||
div { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
} | ||
li:hover { | ||
... | ... |