2016-10-11 119 views

回答

1

我用CSS樣式解決了這個問題。

.jvectormap-legend-cnt-v{ 
    bottom: 0; 
    left: 0; 
    right: auto; 
    top: auto; 
} 

而且

.jvectormap-legend-cnt-h{ 
    left: 0; 
    right: auto; 
}