|
|
@@ -996,7 +996,6 @@ const toFullScreen = () => {
|
|
|
original_obj.value.width = fullScreen_mindMap.value.style.width;
|
|
|
original_obj.value.position = fullScreen_mindMap.value.style.position;
|
|
|
original_obj.value.zIndex = fullScreen_mindMap.value.style.zIndex;
|
|
|
- console.log(original_obj.value);
|
|
|
// 设置div高度为视口高度,避免覆盖浏览器头部
|
|
|
// fullScreen_mindMap.value.style.removeProperty('height');
|
|
|
fullScreen_mindMap.value.style.height = window.innerHeight - 90 + 'px';
|
|
|
@@ -1005,8 +1004,6 @@ const toFullScreen = () => {
|
|
|
fullScreen_mindMap.value.style.top = '0';
|
|
|
fullScreen_mindMap.value.style.left = '0';
|
|
|
fullScreen_mindMap.value.style.zIndex = '9995';
|
|
|
-
|
|
|
- console.log(fullScreen_mindMap.value.style.height);
|
|
|
// zoomReset();
|
|
|
}
|
|
|
};
|
|
|
@@ -1645,7 +1642,6 @@ const stopResponse = () => {
|
|
|
const toShowRightBtn = () => {
|
|
|
if (chat_display_list.value.length) {
|
|
|
const last_item = chat_display_list.value.at(-1);
|
|
|
- console.log(last_item);
|
|
|
if (last_item.client_custom_item_mind_map) {
|
|
|
show_right_page_btn.value = true;
|
|
|
}
|