|
|
@@ -1619,9 +1619,15 @@ export default {
|
|
|
legendStyle = {
|
|
|
marginTop: '476px'
|
|
|
};
|
|
|
- containerStyle = {
|
|
|
- marginTop: this.marginTop + 'px',
|
|
|
- };
|
|
|
+ if(window.devicePixelRatio > 1) {
|
|
|
+ containerStyle = {
|
|
|
+ marginTop: this.marginTop + 'px',
|
|
|
+ };
|
|
|
+ }else {
|
|
|
+ containerStyle = {
|
|
|
+ marginTop: (this.marginTop + 14) + 'px',
|
|
|
+ };
|
|
|
+ }
|
|
|
}else {//marginTop:-2
|
|
|
pulseStyle = {
|
|
|
titleMarginTop: '0px',
|