diff --git a/src/App.vue b/src/App.vue index ac3afbb..c549306 100644 --- a/src/App.vue +++ b/src/App.vue @@ -22,8 +22,10 @@ >{{ item.label }} - - + + @@ -205,6 +207,12 @@ export default { } } +.main-container { + height: calc(100vh - @headerHeight); +} + + +