fix:单风机样式
This commit is contained in:
parent
f123966954
commit
d2e2c4804c
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<div class="windBlower" ref="windBlower">
|
<div class="windBlower" ref="windBlower">
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10">
|
||||||
<el-col :md="24" :lg="6" :span="6">
|
<el-col :md="24" :lg="6">
|
||||||
<div class="cardContentLeft">
|
<div class="cardContentLeft">
|
||||||
<!--实时预览-->
|
<!--实时预览-->
|
||||||
<div class="overview">
|
<div class="overview">
|
||||||
@ -92,7 +92,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :md="24" :lg="12" :span="12">
|
<el-col :md="24" :lg="12">
|
||||||
<div class="cardContentCenter">
|
<div class="cardContentCenter">
|
||||||
<!--风机控制-->
|
<!--风机控制-->
|
||||||
<div class="controlBackgroundImg">
|
<div class="controlBackgroundImg">
|
||||||
@ -178,7 +178,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :md="24" :lg="6" :span="6" style="background: #f5f5f5">
|
<el-col :md="24" :lg="6" style="background: #f5f5f5">
|
||||||
<div class="cardContentRight">
|
<div class="cardContentRight">
|
||||||
<!--发电量概况-->
|
<!--发电量概况-->
|
||||||
<div class="summarize">
|
<div class="summarize">
|
||||||
@ -1473,7 +1473,7 @@ $labelHeight: 38px;
|
|||||||
min-height: 920px;
|
min-height: 920px;
|
||||||
background-color: #f2f3f5;
|
background-color: #f2f3f5;
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
.el-row{
|
.el-row {
|
||||||
width: calc(100% - 10px);
|
width: calc(100% - 10px);
|
||||||
}
|
}
|
||||||
.cardContentLeft {
|
.cardContentLeft {
|
||||||
|
Loading…
Reference in New Issue
Block a user