Browse Source

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

kindring 3 tháng trước cách đây
mục cha
commit
5a5b84801b
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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: '';