fix: 修复asset-tag、chartbox、endpoint表头等bug
1.edit-asset时tag不能新增的bug 2.chartbox url类型回显错误的bug 3.endpoint表头编辑框不显示的bug 4.底部滑框退出全屏后主列表不显示的bug 5.左侧菜单project折叠bug
This commit is contained in:
@@ -267,13 +267,13 @@ export const bottomBoxWindow = {
|
||||
//副列表
|
||||
document.querySelector(".sub-list").style.height = vm.bottomBox.mainListHeight ? contentRightHeight-vm.bottomBox.mainListHeight-9 + 'px' : 'calc(50% - 4px)';
|
||||
setTimeout(() => {
|
||||
vm.bottomBox.isFullScreen = false;
|
||||
if (document.querySelector(".main-list-with-sub").offsetHeight >= 100) {
|
||||
vm.mainResizeShow = true;
|
||||
vm.bottomBox.mainResizeShow = true;
|
||||
}
|
||||
if (document.querySelector(".sub-list").offsetHeight >= 100) {
|
||||
vm.bottomBox.subResizeShow = true;
|
||||
}
|
||||
vm.bottomBox.isFullScreen = false;
|
||||
window.resizing = false;
|
||||
}, 210);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user