File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.7.3
2
+
3
+ * Fixed that ` padding ` on the component root doesn't work.
4
+
1
5
## 6.7.2
2
6
3
7
* Fixed that charts inside ` <keep-alive> ` failed to display after activation.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-echarts" ,
3
- "version" : " 6.7.2 " ,
3
+ "version" : " 6.7.3 " ,
4
4
"description" : " Vue.js component for Apache ECharts™." ,
5
5
"author" :
" GU Yiling <[email protected] >" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- x-vue-echarts {display : block; position : relative ;width : 100% ;height : 100% ;min-width : 0 }
2
- .vue-echarts-inner {position : absolute !important ; top : 0 ;right : 0 ; bottom : 0 ; left : 0 }
1
+ x-vue-echarts {display : flex; flex-direction : column ;width : 100% ;height : 100% ;min-width : 0 }
2
+ .vue-echarts-inner {flex-grow : 1 ; min-width : 0 ;width : auto !important ; height : auto !important }
You can’t perform that action at this time.
0 commit comments