shuishen
2021-07-02 c6890ef64bdac46759ebba6c37f94dd0f8d4ed90
widgets/Basemap/css/style.css
@@ -6,19 +6,26 @@
  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 {
  display: inline-block;
  margin-right: 4px;