diff --git a/src/components/GithubCorner/index.vue b/src/components/GithubCorner/index.vue index ed2e85e1..63177403 100644 --- a/src/components/GithubCorner/index.vue +++ b/src/components/GithubCorner/index.vue @@ -1,6 +1,6 @@ + + + + diff --git a/src/styles/index.scss b/src/styles/index.scss index 09b3463a..7c76b0e0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -4,6 +4,7 @@ @import './sidebar.scss'; body { + height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; @@ -15,9 +16,14 @@ label { } html { + height: 100%; box-sizing: border-box; } +#app{ + height: 100%; +} + *, *:before, *:after { diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index 8f2eb5c5..736387f9 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -12,10 +12,10 @@ Excel - Table + Table - Form + Form Theme diff --git a/src/views/layout/components/TabsView.vue b/src/views/layout/components/TabsView.vue index 82f4529d..ab6dc4d7 100644 --- a/src/views/layout/components/TabsView.vue +++ b/src/views/layout/components/TabsView.vue @@ -1,14 +1,19 @@ +