2016-10-11 72 views

回答

1

我用CSS样式解决了这个问题。

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

而且

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