正在显示
2 个修改的文件
包含
5 行增加
和
3 行删除
| 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: { |
-
请 注册 或 登录 后发表评论