邓洁 : 修改bug

This commit is contained in:
邓洁
2023-12-07 22:50:13 +08:00
parent bf564e8e9b
commit 56ba5f04a6

View File

@@ -1,15 +1,6 @@
<template>
<div class="home">
<div class="home-left">
<div class="example">
</div>
</div>
<div class="center">
<tunnel-scene id="tunnel-box"/>
</div>
<div class="home-right">
</div>
<div>
<tunnel-scene id="tunnel-box"/>
</div>
</template>
@@ -18,22 +9,5 @@ import TunnelScene from "@/components/content/tunnelScene/TunnelScene.vue";
</script>
<style lang="scss" scoped>
.home {
position: relative;
pointer-events: none;
.home-left {
z-index: 2;
position: absolute;
top: 0;
left: 0;
.example {
width: 830px;
height: 521px;
background-color: #fff;
opacity: 0.5;
}
}
}
</style>