|
|
@@ -1,20 +1,21 @@
|
|
|
<template>
|
|
|
<div id="bottomRight">
|
|
|
<div class="bg-color-black">
|
|
|
- <div class="d-flex pt-2 pl-2">
|
|
|
- <span>
|
|
|
- <icon name="chart-area" class="text-icon"></icon>
|
|
|
- </span>
|
|
|
- <div class="d-flex">
|
|
|
- <span class="fs-xl text mx-2">质量趋势分析</span>
|
|
|
- <div class="decoration2">
|
|
|
- <dv-decoration-2 :reverse="true" style="width:5px;height:6rem;" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<div style="position:relative;">
|
|
|
<centerRight2Chart1 />
|
|
|
<BottomRightChart />
|
|
|
+
|
|
|
+ <div class="d-flex pt-2 pl-2" style="position: absolute; top: 48%;">
|
|
|
+ <span>
|
|
|
+ <icon name="chart-area" class="text-icon"></icon>
|
|
|
+ </span>
|
|
|
+ <div class="d-flex">
|
|
|
+ <span class="fs-xl text mx-2">质量趋势分析</span>
|
|
|
+ <!-- <div class="decoration2">
|
|
|
+ <dv-decoration-2 :reverse="true" style="width:5px;height:6rem;" />
|
|
|
+ </div> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|