liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/Basemap/css/style.css
@@ -6,17 +6,24 @@
  width: 100%;
  background: rgb(254, 254, 254);
  color: #838383;
  border-radius: 0 6px 6px 0;
  text-align: center;
  cursor: pointer;
  z-index: 10 !important;
}
.jimu-widget-Basemap .base-map {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jimu-widget-Basemap .base-map {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #DDDDDD;
}
.jimu-widget-Basemap .base-map i {
@@ -60,7 +67,7 @@
  color: #459DEE;
}
.cesium-baseLayerPicker-dropDown div:nth-child(3) {
.cesium-baseLayerPicker-dropDown>div:nth-child(3) {
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}