作者 小范

container设置高度

1 <template> 1 <template>
2 - <el-container>  
3 - <el-aside style="width:250px;background-color: rgb(38, 56, 76);" id="l-menu"> 2 + <el-container style="height: 100%">
  3 + <el-aside style="width:250px;background-color: rgb(38, 56, 76)" id="l-menu">
4 <NavMenu :collapsed="collapsed"></NavMenu> 4 <NavMenu :collapsed="collapsed"></NavMenu>
5 </el-aside> 5 </el-aside>
6 6
@@ -306,6 +306,8 @@ @@ -306,6 +306,8 @@
306 }, 30000); 306 }, 30000);
307 this.$nextTick(function(){ 307 this.$nextTick(function(){
308 this.initUserInfo(); 308 this.initUserInfo();
  309 + // this.rowDrop(); //行拖拽效果
  310 +
309 }) 311 })
310 }, 312 },
311 watch: { 313 watch: {
1 { 1 {
2 - "nmmsVer": "1.21" 2 + "nmmsVer": "1.22"
3 } 3 }