Caven Chen 4 роки тому
джерело
коміт
d9bf2614c2

+ 1
- 1
modules/themes/mapswitch.scss Переглянути файл

@@ -39,7 +39,7 @@
}
}
&:last-child {
margin-right: 0px !important;
margin-right: 0 !important;
}
}
}

+ 1
- 1
modules/widget/type/MapSwitch.js Переглянути файл

@@ -45,7 +45,7 @@ class MapSwitch extends Widget {
let width = 80
let rightMargin = 5
if (self._cache.length > 0) {
width = self._cache.length * (width+rightMargin) - rightMargin
width = self._cache.length * (width + rightMargin) - rightMargin
}
this._wrapper.style.width = `${width}px`
}

Завантаження…
Відмінити
Зберегти