@@ -16,7 +16,7 @@
</div>
<div class="card-value">
<span class="value-text gray">{{ ActualText }}</span>
- <span class="white">{{ ActualValue }}</span>
+ <span class="white">{{ ActualValue*10 }}</span>
@@ -73,12 +73,12 @@ export default {
.panel-header {
display: flex;
- font-size: 16px;
+ font-size: 14px;
padding-left: 1.185vh;
background: rgba(255, 255, 255, 10%);
- line-height: 45px;
+ line-height: 27px;
margin-bottom: 0.7407vh;
- height: 45px;
+ height: 27px;
.panel-title {
color: fade(#fff, 75);
@@ -146,7 +146,7 @@
<div>
<panel title="损失电量分析">
<multiple-bar-chart
- :height="'calc(100vh - 21.5vh - 500px)'"
+ :height="'calc(100vh - 26.5vh - 500px)'"
:list="analyis"
:customerTooltip="true"
@tooltip="tooltip"
@@ -96,7 +96,7 @@
- :height="'calc(100vh - 21.3vh - 500px)'"
+ :height="'calc(100vh - 23.3vh - 500px)'"
@@ -77,7 +77,7 @@
<el-col :span="24" class="pd-l-8">
- height="30vh"
+ height="28vh"
@@ -136,7 +136,7 @@
</el-row>
- :height="'calc(100vh - 21.3vh - 430px)'"
+ :height="'calc(100vh - 23.3vh - 430px)'"
@@ -450,7 +450,7 @@ export default {
// 请求服务
requestData(showLoading) {
- console.log(111111);
+ // console.log(111111);
api.matrixPush(showLoading).then((res) => {
console.log(res.data);
if (res) {