|
@@ -3,7 +3,12 @@
|
|
<div class="timeBox">{{ time }}</div>
|
|
<div class="timeBox">{{ time }}</div>
|
|
<div class="kaiguanBox"><img src="../../../../public/largeScreenImg/kaiguan.png" style="width: 30px;height: 30px" @click="pushZaiXian()"/></div>
|
|
<div class="kaiguanBox"><img src="../../../../public/largeScreenImg/kaiguan.png" style="width: 30px;height: 30px" @click="pushZaiXian()"/></div>
|
|
<div class="topTiltle">
|
|
<div class="topTiltle">
|
|
- <span class="title">在运风光场站资源信息管理</span>
|
|
|
|
|
|
+<!-- <span class="title">在运风光场站资源信息管理</span>-->
|
|
|
|
+ <img
|
|
|
|
+ class="titleImg"
|
|
|
|
+ referrerpolicy="no-referrer"
|
|
|
|
+ src="../../../assets/largeScreenImg/textImg/stationResourcesPage.png"
|
|
|
|
+ />
|
|
</div>
|
|
</div>
|
|
<div class="btuGroup">
|
|
<div class="btuGroup">
|
|
<div class="topBtu topLeftBtu" @click="back()">
|
|
<div class="topBtu topLeftBtu" @click="back()">
|
|
@@ -323,7 +328,11 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+.titleImg {
|
|
|
|
+ width: 17%;
|
|
|
|
+ height: 60%;
|
|
|
|
+ margin-top: .5%;
|
|
|
|
+}
|
|
.title {
|
|
.title {
|
|
width: 17%;
|
|
width: 17%;
|
|
height: 100%;
|
|
height: 100%;
|