File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020h3 .category-title {
21- margin-top : 10 px ;
21+ margin-top : 0 px ;
2222 height : 40px ;
2323 line-height : 40px ;
2424 margin-bottom : 0 ;
@@ -111,5 +111,5 @@ h3.category-title {
111111}
112112
113113.category {
114- padding-top : 40 px ;
114+ padding-top : 60 px ;
115115}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ function resizeCharts() {
125125 charts . height ( 260 * 0.8 ) ;
126126 }
127127 window . onresize = function ( ) {
128- charts . height ( charts [ 0 ] . offsetWidth * 0.8 ) ;
128+ resizeCharts ( ) ;
129129 }
130130}
131131
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ var exampleConfig = {
485485 name : "Elasticsearch" ,
486486 name_en : "Elasticsearch" ,
487487 content : {
488- " " : {
488+ "viz " : {
489489 name : "可视化" ,
490490 name_en : "visualization" ,
491491 content : [ {
You can’t perform that action at this time.
0 commit comments