@@ -68,7 +68,6 @@ export default {
flex-direction: column;
row-gap: 24px;
align-items: center;
- height: 100%;
padding: 24px 40px;
.title {
@@ -35,7 +35,8 @@ export default {
justify-content: center;
+ height: calc(100vh - 245px);
+ min-height: 400px;
background: #f7f7f7;
border-radius: 4px;
@@ -523,7 +523,7 @@ export default {
row-gap: 16px;
max-width: 1200px;
+ min-height: 100%;
padding: 16px;
margin: 0 auto;
background-color: #fff;