派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-08 1c6ae6ae8e200a1d68db875a6a79382487929ef6
src/components/panel/LegendPanel.vue
@@ -257,7 +257,7 @@
  }
  .fade-leave-active {
    transform-origin: left center;
    transform-origin: right;
    animation: bounce-in 1s reverse;
  }
@@ -300,7 +300,6 @@
          span {
            font-size: 12px;
            color: white;
            //width: 80%;
          }
        }
      }
@@ -312,10 +311,6 @@
      margin-block-start: 0.5rem;
      margin-block-end: 0;
    }
    //.under-line:last-child {
    //  display: none;
    //}
  }
}
</style>