HZH 4 years ago
parent
commit
e2116365db
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/components/MainPage.vue
  2. 1 0
      src/components/MainPage/Department.vue

+ 1 - 0
src/components/MainPage.vue

@@ -7,6 +7,7 @@
   width: 60px;
   background-image: linear-gradient(185deg,#536080,#2e374d);
   text-align: center;
+  position: relative;
   .head{
     width: 40px;
     height: 40px;

+ 1 - 0
src/components/MainPage/Department.vue

@@ -5,6 +5,7 @@
     width: 300px;
     padding: 15px;
     border-right: solid 1px #DEE0E3;
+    overflow: auto;
   }
   .depart-content{
     width: calc(100% - 300px);