Commit 67c15a78 authored by 张伯涛's avatar 张伯涛

大屏修改

parent 972a7c56
......@@ -467,6 +467,9 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div class="thirdLeftLayer_one">
<div class="titleStyleTwo"><p>当日实时能耗数据</p></div>
<div class="secondLeftLayer_fourContent">
<div class="fourRow">
<div class="fourRow_title">{{stationName}}</div>
</div>
<div class="fourRow">
<div class="fourRow_label">热耗</div>
<div class="fourRow_value">{{formatDecimal(thirdDayEnergyForm.heat) || '0'}} w/m²</div>
......@@ -4474,6 +4477,13 @@ export default defineComponent({
display: flex;
align-items: baseline;
}
.fourRow_title{
margin-top: 10px;
color: white;
width: 30%;
font-size: 17px;
font-weight: bold;
}
.fourRow_label{
color: white;
width: 30%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment