fix:修改terminal 显示隐藏通过高度控制 添加动画
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
if (resizeHeight) {
|
||||
this.termimalHeight = resizeHeight;
|
||||
}
|
||||
this.isFullScreen = isFullScreen;
|
||||
// this.isFullScreen = isFullScreen;
|
||||
//this.term.toggleFullScreen(isFullScreen);//全屏后无法显示顶部菜单和tab
|
||||
let height = document.body.clientHeight-this.topMenuHeight;//可视高度
|
||||
let width = document.body.clientWidth;//可视宽度
|
||||
|
||||
Reference in New Issue
Block a user