add:照明系统素材/样式/交互修改

This commit is contained in:
chenpingsen
2024-08-12 09:49:06 +08:00
parent dbdf3da68a
commit 55ec21d41c
8 changed files with 129 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="lighting-box">
<div class="lighting-img-box">
<div class="lighting-img-box" :class="{ lightingImgBox1: thisFloor == '2' }">
<!-- 左上角区域切换 -->
<div class="btn-box">
<button
@@ -110,6 +110,7 @@
// 左上角分层切换
const changeFloor = (area: any, floor: string) => {
thisFloor.value = floor;
console.log(thisFloor.value, 'vvvvvvvvvv');
// 重置数据
reset();
// 重置视图