chenjun 1 年之前
父節點
當前提交
5ce1de1b3c

+ 3 - 3
src/layout/components/AppMain.vue

@@ -44,17 +44,17 @@ export default {
 <style scoped>
 .app-main {
   /*50 = navbar  */
-  min-height: calc(100vh - 112px);
+  min-height: calc(100vh - 122px);
   width: 100%;
   position: relative;
   overflow: hidden;
   padding-left: 240px;
-  padding-top: 80px;
+  padding-top: 90px;
   transition: width 0.28s;
   /* margin-top: 112px; */
 }
 .app-main-content {
-  min-height: calc(100vh - 80px);
+  min-height: calc(100vh - 90px);
   background: #f0f6ff;
   font-size: 14px;
 }

+ 2 - 2
src/layout/components/Navbar.vue

@@ -152,7 +152,7 @@ export default {
 <style lang="scss" scoped>
 .navbar {
   width: 100%;
-  height: 80px;
+  height: 90px;
   overflow: hidden;
   position: relative;
   background: #fff;
@@ -419,7 +419,7 @@ export default {
   }
   > .navbar_lower {
     width: 100%;
-    height: 32px;
+    height: 42px;
     display: flex;
     background: #f0f6ff;
     justify-content: space-between;

+ 2 - 1
src/layout/components/TagsView/index.vue

@@ -222,7 +222,8 @@ export default {
   height: 100%;
   width: 100%;
   background: #f0f6ff;
-  padding: 0 15px;
+  padding: 10px 15px 0 15px;
+  box-sizing: border-box;
   .tags-view-wrapper {
     width: calc(100%);
     ::v-deep .el-scrollbar__wrap {

+ 1 - 1
src/views/HomePage/index.vue

@@ -11,7 +11,7 @@
 .home-wrapper {
   margin: calc(var(--app-main-padding) * -1);
   width: calc(100% + var(--app-main-padding) * 2);
-  height: calc(100vh - 80px);
+  height: calc(100vh - 90px);
   background: url("../../assets/home/BG_.jpg") no-repeat center center;
   background-size: cover;
   display: flex;

+ 3 - 3
src/views/dataAccessPage/index.vue

@@ -34,11 +34,11 @@ export default {
 
 <style lang="scss" scoped>
 .dataAccessPage {
-  height: calc(100vh - 80px);
+  height: calc(100vh - 90px);
   padding: 20px;
   &_content {
     margin-top: 20px;
-    height: calc(100vh - 180px);
+    height: calc(100vh - 190px);
     &_left {
       width: 360px;
       margin-right: 20px;
@@ -52,4 +52,4 @@ export default {
     }
   }
 }
-</style>
+</style>

+ 3 - 3
src/views/permissionPage/index.vue

@@ -24,11 +24,11 @@ export default {
 
 <style lang="scss" scoped>
 .permissionPage {
-  height: calc(100vh - 80px);
+  height: calc(100vh - 90px);
   padding: 20px;
   &_content {
     margin-top: 20px;
-    height: calc(100vh - 180px);
+    height: calc(100vh - 190px);
     &_left {
       width: 360px;
       margin-right: 20px;
@@ -42,4 +42,4 @@ export default {
     }
   }
 }
-</style>
+</style>

+ 2 - 2
src/views/tablePage/index.vue

@@ -525,11 +525,11 @@ export default {
 
 <style lang="scss" scoped>
 .TablePage {
-  height: calc(100vh - 80px);
+  height: calc(100vh - 90px);
   padding: 20px;
   &_content {
     margin-top: 20px;
-    height: calc(100vh - 180px);
+    height: calc(100vh - 190px);
     &_left {
       width: 360px;
       margin-right: 20px;