| | |
| | | TopNav, |
| | | Home |
| | | }, |
| | | computed: { |
| | | classRouterView() { |
| | | return { |
| | | float: "left", |
| | | height: "100%", |
| | | width: this.TreeDataPool.showTreeBox ? "100%" : "calc(100% - 350px)" |
| | | }; |
| | | } |
| | | }, |
| | | |
| | | data() { |
| | | return { |
| | | screenHeight: 0, |
| | |
| | | min-width: 1350px; |
| | | overflow: auto; |
| | | } |
| | | .tree-menu{ |
| | | max-width: 270px!important; |
| | | } |
| | | .el-menu-vertical-demo::-webkit-scrollbar{ |
| | | background-color: transparent!important; |
| | | } |
| | | .el-menu-vertical-demo::-webkit-scrollbar-thumb{ |
| | | background-color: transparent!important; |
| | | } |
| | | .el-menu-vertical-demo::-webkit-scrollbar-track{ |
| | | background-color: transparent!important; |
| | | } |
| | | .hasLeftTree{ |
| | | float: left; |
| | | width: calc(100% - 315px); |