修改电网一张图

This commit is contained in:
GGJ
2024-04-30 11:18:41 +08:00
parent 6f34458256
commit 83a5446b3c
13 changed files with 276 additions and 281 deletions

View File

@@ -137,12 +137,12 @@
</div>
</div>
</div>
<!-- <img
<img
class="imgR"
:style="show ? 'transform: rotate(180deg);' : 'transform: rotate(0deg);'"
@click="show = !show"
src="@/assets/img/QH.png"
/> -->
/>
<!-- 评估 -->
<Evaluate ref="evaluateRef" />
<!-- 稳态 -->
@@ -379,7 +379,7 @@ defineExpose({ info })
.boxLeft {
background-color: #fff;
width: 100%;
padding: 10px 0px 10px 10px;
padding: 10px 10px 10px 10px;
font-size: 13px;
overflow: hidden;
}
@@ -457,7 +457,7 @@ defineExpose({ info })
width: 25%;
transition: all 0.3s ease;
.boxLeft {
padding: 10px 0px 10px 10px;
padding: 10px 10px 10px 10px;
}
}
</style>