liuyg
2021-06-22 0163b28ce3a2e0186b82e02fd8f98f8d9ee55340
widgets/legends/css/style.css
@@ -12,12 +12,12 @@
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* border-right : 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 6px 6px 6px 6px;
  border-radius: 8px;
  /* text-align   : center; */
  /* cursor       : pointer; */
  z-index: 15 !important;
  box-sizing: border-box;
  padding: 0 6px 0 6px!important;
  padding: 0 8px 8px 8px!important;
  /* overflow: auto; */
  transition: all 0.5s;
}
@@ -73,4 +73,25 @@
.jimu-widget-legends .main .m-i-child i:nth-child(1) {
  /* margin-right: 30px !important; */
}
.jimu-widget-legends .layer-legends li {
    height: 36px;
    line-height: 36px;
}
.jimu-widget-legends .layer-legends li .m-init-h {
    width: auto;
    margin-right: 10px !important;
}
.jimu-widget-legends .layer-legends li .m-init-h img {
    width: auto;
    height: 28px;
    margin: 0 !important;
}
.jimu-widget-legends .layer-legends li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}