|
@@ -92,6 +92,7 @@ export default {
|
|
padding: 8px 5px;
|
|
padding: 8px 5px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: #444444;
|
|
color: #444444;
|
|
|
|
+ height: 35px;
|
|
}
|
|
}
|
|
|
|
|
|
.center_nav span + span {
|
|
.center_nav span + span {
|
|
@@ -105,7 +106,7 @@ export default {
|
|
|
|
|
|
.center_body {
|
|
.center_body {
|
|
display: flex;
|
|
display: flex;
|
|
- width: 90%;
|
|
|
|
|
|
+ width: 100%;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
height: calc(100% - 360px);
|
|
height: calc(100% - 360px);
|