diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss index b712713..7e110cf 100644 --- a/src/assets/styles/sidebar.scss +++ b/src/assets/styles/sidebar.scss @@ -1,12 +1,12 @@ #app { .main-container { - // height: 100%; + height: 100%; // height: calc(100% - 50px); // transition: margin-left .28s; // margin-left: $base-sidebar-width; // position: relative; - height: calc(100% - 50px); + // height: calc(100% - 50px); transition: margin-left .28s; margin-left: 260px; position: relative; @@ -21,11 +21,11 @@ transition: width 0.28s; width: $base-sidebar-width !important; background-color: $base-menu-background; - // height: 100%; - height: calc(100% - 50px); + height: 100%; + // height: calc(100% - 50px); position: fixed; font-size: 0px; - top: 50px; + top: 0; bottom: 0; left: 0; z-index: 1001; diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 95eb50f..690c917 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -30,7 +30,7 @@ export default { .app-main { /* 50= navbar 50 */ border-radius: 5px; - height: calc(100vh - 100px); + height: calc(100vh - 60px); width: calc(100% - 20px); position: relative; // overflow: scroll; diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index d3992d8..1e5bdc2 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -17,25 +17,36 @@ --> +
+ + +
- - - +
+ +
+ + {{ name }} + +
+ + + 个人中心 + + + 退出登录 + + +
+