1
0
tangning 7 місяців тому
батько
коміт
f21f217f99
1 змінених файлів з 5 додано та 3 видалено
  1. 5 3
      src/view/layout/index.vue

+ 5 - 3
src/view/layout/index.vue

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