派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-05 c4044fb60e53e5c83da4ee645d5160f914e422a3
src/components/panel/LegendPanel.vue
@@ -241,12 +241,14 @@
  @keyframes bounce-in {
    0% {
      transform: scale(0);
      opacity: 0.3;
    }
    //50% {
    //  transform: scale(1.1);
    //}
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
@@ -262,7 +264,7 @@
  .legend-content {
    position: absolute;
    right: 8rem;
    right: 1rem;
    bottom: 3rem;
    width: 30rem;
    height: 30rem;
@@ -299,7 +301,6 @@
          span {
            font-size: 12px;
            color: white;
            //width: 80%;
          }
        }
      }
@@ -311,10 +312,6 @@
      margin-block-start: 0.5rem;
      margin-block-end: 0;
    }
    //.under-line:last-child {
    //  display: none;
    //}
  }
}
</style>