|
@@ -38,7 +38,7 @@
|
|
<div class="title-box">
|
|
<div class="title-box">
|
|
<TitleInfo :content="titleList[3]"></TitleInfo>
|
|
<TitleInfo :content="titleList[3]"></TitleInfo>
|
|
</div>
|
|
</div>
|
|
- <div class="content-box">
|
|
|
|
|
|
+ <div class="content-box" style="height: 254px !important">
|
|
<LineTrend :customerId="customerId" :key="customerId"></LineTrend>
|
|
<LineTrend :customerId="customerId" :key="customerId"></LineTrend>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -106,7 +106,6 @@ onMounted(() => {
|
|
}
|
|
}
|
|
.box-two {
|
|
.box-two {
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
- flex: 1;
|
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
}
|
|
}
|