ea9db715 by 任超

style:样式

1 parent 27571fa6
...@@ -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 {
......