瀏覽代碼

fix:修改a-model遮盖层问题

hanyang 1 年之前
父節點
當前提交
830ac2f741

+ 1 - 1
src/modules/form-dynamic/BtnConfigDynamic.vue

@@ -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;
 }

+ 1 - 1
src/views/conversation/ChatAsideMenu.vue

@@ -175,7 +175,7 @@ const openWWelcome = () => {
   left: 0;
   top: 60px;
 
-  z-index: 999;
+  z-index: 2048;
 }
 .chat-aside-menu {
   width: 74px;

+ 2 - 0
src/views/conversation/ConversationChatContainer.vue

@@ -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 = '文本内容太少,不足以生成思维导图';
         }