tangning hai 7 meses
pai
achega
34e02a9a97
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      src/view/layout/index.vue

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

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