|
|
@ -117,11 +117,11 @@ export default { |
|
|
} |
|
|
} |
|
|
.left-nav-child { |
|
|
.left-nav-child { |
|
|
width: 240px; |
|
|
width: 240px; |
|
|
height: 28px; |
|
|
height: 56px; |
|
|
padding-left: 20px; |
|
|
padding-left: 20px; |
|
|
/* border-bottom: 1px solid rgba(112, 112, 112, 0.1); */ |
|
|
/* border-bottom: 1px solid rgba(112, 112, 112, 0.1); */ |
|
|
/* margin-bottom: 1px; */ |
|
|
/* margin-bottom: 1px; */ |
|
|
background-color: #fff; |
|
|
background-color: #ededed; |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
transition: all 0.2s; |
|
|
transition: all 0.2s; |
|
|
|