|
@@ -3,7 +3,7 @@
|
|
|
<div class="expcontent">
|
|
|
<h1 class="headertiele">{{ titleName }}</h1>
|
|
|
<div class="exp">
|
|
|
- <div class="expleft" id="expleft1"></div>
|
|
|
+ <div class="expleft" id="expleft3"></div>
|
|
|
<div class="expright">
|
|
|
<!-- 物理量 -->
|
|
|
<div class="heigjie imgneon">
|
|
@@ -163,7 +163,7 @@ watch(
|
|
|
{ deep: true }
|
|
|
); //深度监视
|
|
|
onMounted(() => {
|
|
|
- const rootContainer = document.getElementById("expleft1")
|
|
|
+ const rootContainer = document.getElementById("expleft3")
|
|
|
// rootContainer.style.position = "relative"
|
|
|
// rootContainer.style.width = "100%"
|
|
|
// rootContainer.style.height = "100%"
|