|
@@ -5,7 +5,7 @@
|
|
|
<el-row style="width: 100%">
|
|
|
<el-col :span="6">
|
|
|
<div style="text-align: center">
|
|
|
- <span class="elname">{{ this.elName }}</span>
|
|
|
+ <span class="elname"></span>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
<el-col :span="3.5">
|
|
@@ -36,9 +36,14 @@
|
|
|
<div style="width:80%;margin-left: 5%">
|
|
|
<dv-border-box-7 :color="['#0c71d4']"
|
|
|
style="text-align:center;border-radius: 10px">
|
|
|
- <span style="color: #f4f4f5;font-size: 25px;font-family: 'mytext'">
|
|
|
- 功率预测数据平台
|
|
|
- </span>
|
|
|
+
|
|
|
+ <div style="height: 47px;display: flex;align-items: center;justify-content: center;">
|
|
|
+ <img src="@/assets/znzx-logo2.png" style="width: 35px;height: 35px;">
|
|
|
+ <span style="color: #f4f4f5;font-size: 25px;font-family: 'mytext'">
|
|
|
+ 新能源功率预测系统
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+
|
|
|
</dv-border-box-7>
|
|
|
</div>
|
|
|
</el-col>
|