|
@@ -258,7 +258,7 @@ export default {
|
|
|
|
|
|
.card{
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.card_left ,.card_right{
|
|
|
background: url(../assets/images/index/cardBg.png) no-repeat ;
|
|
@@ -266,6 +266,7 @@ export default {
|
|
|
width: 672px;
|
|
|
height: 334px;
|
|
|
padding: 40px 30px 30px 50px;
|
|
|
+ margin: 0 20px;
|
|
|
}
|
|
|
|
|
|
.card_title{
|
|
@@ -308,6 +309,10 @@ export default {
|
|
|
|
|
|
.echartsBox{
|
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .echartsBox_Barchart,.echartsBox_Piechart{
|
|
|
+ margin: 0 20px;
|
|
|
}
|
|
|
</style>
|