Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -44,6 +44,8 @@ | ... | @@ -44,6 +44,8 @@ |
| 44 | 44 | ||
| 45 | ul { | 45 | ul { |
| 46 | position: relative; | 46 | position: relative; |
| 47 | height: calc(100vh - 120px); | ||
| 48 | overflow-y: scroll; | ||
| 47 | 49 | ||
| 48 | .xian { | 50 | .xian { |
| 49 | background: #f2f2f2; | 51 | background: #f2f2f2; |
| ... | @@ -76,6 +78,7 @@ | ... | @@ -76,6 +78,7 @@ |
| 76 | 78 | ||
| 77 | .animation-map-drawer { | 79 | .animation-map-drawer { |
| 78 | width: 260px; | 80 | width: 260px; |
| 81 | height: calc(100% - 80px); | ||
| 79 | } | 82 | } |
| 80 | 83 | ||
| 81 | /deep/.el-menu-item { | 84 | /deep/.el-menu-item { | ... | ... |
-
Please register or sign in to post a comment