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