作者 小范

container设置高度

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