|
@@ -420,7 +420,7 @@ export default {
|
|
|
|
|
|
.conatiner{
|
|
|
height: 100%;
|
|
|
- height: calc(100vh - 50px);
|
|
|
+ height: calc(100vh - 70px);
|
|
|
min-width: 1000px;
|
|
|
margin: 0 auto;
|
|
|
padding: 0 16px;
|
|
@@ -431,6 +431,7 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
overflow-x: auto;
|
|
|
+ margin-top: 20px;
|
|
|
.leftSide{
|
|
|
min-width: 266px;
|
|
|
height: 100%;
|