style:样式
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -446,6 +446,7 @@ export default { | ... | @@ -446,6 +446,7 @@ export default { |
446 | border-right: 1px dotted #d9d9d9; | 446 | border-right: 1px dotted #d9d9d9; |
447 | padding: 0 15px; | 447 | padding: 0 15px; |
448 | 448 | ||
449 | |||
449 | .item { | 450 | .item { |
450 | line-height: 30px; | 451 | line-height: 30px; |
451 | padding-top: 5px; | 452 | padding-top: 5px; |
... | @@ -468,6 +469,7 @@ export default { | ... | @@ -468,6 +469,7 @@ export default { |
468 | cursor: pointer; | 469 | cursor: pointer; |
469 | box-sizing: border-box; | 470 | box-sizing: border-box; |
470 | border-radius: 6px; | 471 | border-radius: 6px; |
472 | line-height: 24px; | ||
471 | transition: all 0.3s; | 473 | transition: all 0.3s; |
472 | } | 474 | } |
473 | 475 | ... | ... |
-
Please register or sign in to post a comment