Explorar el Código

merge pr #70

tags/2.6.0
Caven Chen hace 4 años
padre
commit
d9bf2614c2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      modules/themes/mapswitch.scss
  2. 1
    1
      modules/widget/type/MapSwitch.js

+ 1
- 1
modules/themes/mapswitch.scss Ver fichero

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

+ 1
- 1
modules/widget/type/MapSwitch.js Ver fichero

@@ -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`
}

Cargando…
Cancelar
Guardar