|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
- <div class="chart-container">
|
|
|
+ <div class="chart-container jxdxqk">
|
|
|
<div class="chart">
|
|
|
<v-chart autoresize :option="option"/>
|
|
|
-
|
|
|
+ <div class="bg"/>
|
|
|
</div>
|
|
|
<!-- 底座背景 -->
|
|
|
- <div class="bg"/>
|
|
|
+
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -447,15 +447,13 @@ export default {
|
|
|
|
|
|
.bg {
|
|
|
position: absolute;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- top: 0;
|
|
|
- bottom: -5vw;
|
|
|
z-index: 1;
|
|
|
+ bottom: -16%;
|
|
|
width: 100%;
|
|
|
+ height: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-image: url('/static/images/chart_opacity_bg.png');
|
|
|
- background-size: 22vh 15vh;
|
|
|
+ background-image: url(/static/images/chart_opacity_bg.png);
|
|
|
+ background-size: 68% 65%;
|
|
|
background-position: center 28%;
|
|
|
}
|
|
|
}
|