Commit f6f3b90c authored by ibuler's avatar ibuler

[Update] 修改隐藏左侧

parent 3c5b942f
......@@ -64,6 +64,7 @@ export class CleftbarComponent implements OnInit {
}
});
});
window.dispatchEvent(new Event('resize'));
}
static Show() {
......
......@@ -3,7 +3,7 @@
<pages-control-cleftbar></pages-control-cleftbar>
</div>
<div fxFlex="0" ngxSplitHandle [style.display]="activeViewIsRdp() ? 'none' : 'block'" (mouseup)="dragSplitBtn($event)"></div>
<div fxFlex="1 1 80%" ngxSplitArea class="content">
<div [fxFlex]="DataStore.leftbarshow ? '1 1 80%' : '1 1 100%'" ngxSplitArea class="content">
<pages-control-control></pages-control-control>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment