tangning 7 months ago
parent
commit
34e02a9a97
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/view/layout/index.vue

+ 7 - 1
src/view/layout/index.vue

@@ -19,7 +19,6 @@
               }"
               }"
             >
             >
             <div class="poprs sceneList">
             <div class="poprs sceneList">
-              
               <el-dropdown placement="bottom-start" trigger="click" @command="handleCommand">
               <el-dropdown placement="bottom-start" trigger="click" @command="handleCommand">
               <el-icon size="24"><Expand /></el-icon>
               <el-icon size="24"><Expand /></el-icon>
               <template #dropdown>
               <template #dropdown>
@@ -140,9 +139,16 @@ const handleClick = (command: string) => {
         background-color: var(--bgColor);
         background-color: var(--bgColor);
         overflow-y: scroll;
         overflow-y: scroll;
       }
       }
+      .app-scene{
+        position: relative;
+      }
       .sceneList{
       .sceneList{
         width: 48px;
         width: 48px;
         height: 38px;
         height: 38px;
+        position: absolute;
+        left: 10px;
+        top: 10px;
+
         padding: 6px 0;
         padding: 6px 0;
         line-height: 42px;
         line-height: 42px;
         background: rgba(27, 27, 28, 0.80);
         background: rgba(27, 27, 28, 0.80);