diff --git a/ui-vue3/src/layout/index.vue b/ui-vue3/src/layout/index.vue index 2c9a67164..4a43cd69a 100644 --- a/ui-vue3/src/layout/index.vue +++ b/ui-vue3/src/layout/index.vue @@ -36,7 +36,13 @@ - + + + @@ -91,6 +97,7 @@ router.beforeEach((to, from, next) => { margin-right: 5px; } } + .layout-content { margin: 16px; padding: 16px 16px 24px; @@ -98,6 +105,7 @@ router.beforeEach((to, from, next) => { overflow-y: auto; max-height: 88vh; } + .layout-footer { height: 40px; } diff --git a/ui-vue3/src/layout/tab/layout_tab.vue b/ui-vue3/src/layout/tab/layout_tab.vue index 0d68b4bfc..2836ef2ad 100644 --- a/ui-vue3/src/layout/tab/layout_tab.vue +++ b/ui-vue3/src/layout/tab/layout_tab.vue @@ -17,6 +17,7 @@