1
0
tangning 7 ماه پیش
والد
کامیت
283a9ec85c
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      src/view/vrmodel/index.vue

+ 6 - 2
src/view/vrmodel/index.vue

@@ -1,12 +1,13 @@
 <template>
   <div class="scene">
-    <el-button class="w-full" @click="handleAdddyrh">编辑多元融合</el-button>
-    <el-button class="w-full my-4" @click="handleAdd" style="margin-left: 0; margin-right: 0">添加场景</el-button>
+    <span class="title1" style="line-height: 32px ">多元融合</span>
+    <el-button class="w-full my-4" @click="handleAdddyrh">编辑</el-button>
     <div class="scene-list">
         <div class="scene-title flex justify-between content-center">
           <span class="title1" style="line-height: 32px ">场景列表</span>
           <!-- <el-switch v-model="active" @change="handleActive" /> -->
         </div>
+    <el-button class="w-full my-4" @click="handleAdd" style="margin-left: 0; margin-right: 0">新增</el-button>
         <div class="list" v-if="active" style="min-height: 630px;">
           <div
             class="listItem flex justify-between py-2"
@@ -112,4 +113,7 @@ async function handleAdd() {
     white-space: nowrap;
     width: 190px;
 }
+.cursor-pointer{
+  color: var(--primaryColor);
+}
 </style>