|
@@ -29,7 +29,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="time2" v-if="tab == 'ssxf'">截止2024年5月</div>
|
|
|
- <Bar3d id="stxf_echart" :class="`${tab}_echart`" ref="echartRef"></Bar3d>
|
|
|
+ <Bar3d id="stxf_echart" ref="echartRef"></Bar3d>
|
|
|
</borderTemplate>
|
|
|
</template>
|
|
|
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
GetQueryList(datas) {
|
|
|
this.eData.xData = [];
|
|
|
this.eData.yData = [];
|
|
|
- this.eData.gridbottom = "40%";
|
|
|
+ // this.eData.gridbottom = "40%";
|
|
|
let params = {
|
|
|
...datas,
|
|
|
jscType: `jsc_stxf_ywlx_${this.tab}`, // "jsc_stxf_ywlx_ssxf"
|
|
@@ -191,7 +191,4 @@ export default {
|
|
|
color: #bcd3e5;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
-.ssxf_echart {
|
|
|
- height: calc(100% - 92px) !important;
|
|
|
-}
|
|
|
</style>
|