|
|
@@ -57,11 +57,11 @@ export default {
|
|
|
changeDom() {
|
|
|
var dom = document.querySelector('.widget-SectorToolbar')
|
|
|
if (dom) {
|
|
|
- dom.style.bottom = '278px'
|
|
|
+ dom.style.bottom = '320px'
|
|
|
}
|
|
|
var dom2 = document.querySelector('.widget-Legend')
|
|
|
if (dom2) {
|
|
|
- dom2.style.bottom = '278px'
|
|
|
+ dom2.style.bottom = '320px'
|
|
|
}
|
|
|
}
|
|
|
}
|