diff --git a/frontend/src/layout/components/AppMain.vue b/frontend/src/layout/components/AppMain.vue
index 0111801d9d..68235f7d8f 100644
--- a/frontend/src/layout/components/AppMain.vue
+++ b/frontend/src/layout/components/AppMain.vue
@@ -2,9 +2,7 @@
@@ -26,11 +24,11 @@ export default {
.app-main {
/* topbar 56 */
- min-height: calc(100vh - 56px);
- width: 100%;
- height: 100%;
- position: relative;
- overflow: hidden;
+ // min-height: calc(100vh - 56px);
+ // width: 100%;
+ // height: 100%;
+ // position: relative;
+ // overflow: hidden;
}
.fixed-header + .app-main {
diff --git a/frontend/src/layout/components/Sidebar/index.vue b/frontend/src/layout/components/Sidebar/index.vue
index d937418561..e2cd53868a 100644
--- a/frontend/src/layout/components/Sidebar/index.vue
+++ b/frontend/src/layout/components/Sidebar/index.vue
@@ -1,20 +1,18 @@
-
-
-
-
-
+ :unique-opened="false"
+ :active-text-color="variables.menuActiveText"
+ :collapse-transition="false"
+ mode="vertical"
+ >
+
+
@@ -23,7 +21,6 @@ import { mapGetters } from 'vuex'
import Logo from './Logo'
import SidebarItem from './SidebarItem'
import variables from '@/styles/variables.scss'
-
export default {
components: { SidebarItem, Logo },
computed: {
diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue
index ce02660731..87884310d7 100644
--- a/frontend/src/layout/index.vue
+++ b/frontend/src/layout/index.vue
@@ -2,35 +2,43 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+