@@ -116,7 +116,7 @@ onMounted(() => {
display: none;
}
.arco-modal-container {
- z-index: 1 !important;
+ /* z-index: 998 !important; */
height: calc(100% - 60px) !important;
top: 60px !important;
@@ -175,7 +175,7 @@ const openWWelcome = () => {
left: 0;
top: 60px;
- z-index: 999;
+ z-index: 2048;
.chat-aside-menu {
width: 74px;
@@ -1445,6 +1445,8 @@ const toGenerateMindMap = async () => {
mindMap_str.value = res.data.mindmap;
mindMap_content.value = res.data.mindmap;
mindMap_err.value = '';
+ // 判断如果生成思维导图显示右侧按钮
+ show_right_page_btn.value = true;
if (!res.data.mindmap) {
mindMap_err.value = '文本内容太少,不足以生成思维导图';