浏览代码

feat: 应用窗口优化
1. 应用中心显示层级优化
2. 开应用时自动关闭应用中心

kindring 3 月之前
父节点
当前提交
5a5b84801b
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -144,7 +144,7 @@ function openApplicationCenter() {
   // 设置全局监听事件, 不是当前dom则关闭
 }
 function closeApplicationCenter() {
-  message.log('关闭应用中心');
+  // message.log('关闭应用中心');
   isOpenApplicationCenter.value = false;
 }
 
@@ -168,6 +168,7 @@ function openApplication(key: string)
   console.log(runNavComputed);
   console.log(runningApplications);
   openApp(key);
+  closeApplicationCenter();
 
 }
 </script>
@@ -304,6 +305,7 @@ function openApplication(key: string)
   position: absolute;
   bottom: 80px;
   left: 5%;
+  z-index: 99999;
 }
 .start-window::before{
   content: '';