src/pages/visual/index/App.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/visual/index/App.vue
@@ -13,7 +13,7 @@ </div> </div> <home></home> <home :class="{'hasLeftTree':TreeDataPool.showTreeBox}"></home> </div> </div> </template> @@ -74,6 +74,10 @@ min-width: 1350px; overflow: auto; } .hasLeftTree{ float: left; width: calc(100% - 315px); } .router-view-box { width: 100%; height: 100%;