|
@@ -175,10 +175,10 @@ export default {
|
|
|
// }
|
|
|
},
|
|
|
grid: {
|
|
|
- left: '10%',
|
|
|
+ left: '1%',
|
|
|
right: '10%',
|
|
|
- bottom: 20,
|
|
|
- top: 30,
|
|
|
+ bottom: 10,
|
|
|
+ top: 10,
|
|
|
containLabel: true
|
|
|
},
|
|
|
xAxis: {
|
|
@@ -392,18 +392,16 @@ export default {
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
.bjxm {
|
|
|
- border-width: 0px;
|
|
|
position: absolute;
|
|
|
width: 430px;
|
|
|
height: 310px;
|
|
|
- top: 67%;
|
|
|
+ top: 43rem;
|
|
|
left: 30rem;
|
|
|
- background: inherit;
|
|
|
- border: none;
|
|
|
border-radius: 0px;
|
|
|
-webkit-box-shadow: none;
|
|
|
box-shadow: none;
|
|
|
z-index: 100;
|
|
|
+ border: 1px red solid;
|
|
|
}
|
|
|
|
|
|
.title {
|
|
@@ -573,7 +571,7 @@ export default {
|
|
|
#bjxm_echart {
|
|
|
position: relative;
|
|
|
top: 0;
|
|
|
- width: 23.5rem;
|
|
|
- height: 11rem;
|
|
|
+ width: 25.5rem;
|
|
|
+ height: 13rem;
|
|
|
}
|
|
|
</style>
|