|
@@ -20,7 +20,7 @@
|
|
>
|
|
>
|
|
<div class="poprs sceneList" v-if="sceneList.length">
|
|
<div class="poprs sceneList" v-if="sceneList.length">
|
|
<el-dropdown placement="bottom-start" trigger="click" @command="handleCommand">
|
|
<el-dropdown placement="bottom-start" trigger="click" @command="handleCommand">
|
|
- <span class="el-dropdown-link">
|
|
|
|
|
|
+ <span class="el-dropdown-link" style="color: #fff">
|
|
{{sceneListName}}
|
|
{{sceneListName}}
|
|
<el-icon class="el-icon--right">
|
|
<el-icon class="el-icon--right">
|
|
<arrow-down />
|
|
<arrow-down />
|
|
@@ -177,8 +177,10 @@ const handleClick = (command: string) => {
|
|
}
|
|
}
|
|
.sceneList{
|
|
.sceneList{
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 10px;
|
|
|
|
- top: 30px;
|
|
|
|
|
|
+ left: 21px;
|
|
|
|
+ top: 42px;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-weight: bold;
|
|
}
|
|
}
|
|
// .sceneList{
|
|
// .sceneList{
|
|
// width: 48px;
|
|
// width: 48px;
|