派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-23 3140ec8fc9ac7d7fce42ee2d3ef222323a1c05ff
src/views/popup/Popup.vue
@@ -97,8 +97,8 @@
@import '../../assets/css/map/map-popup.less';
#popup{
  .el-tabs__content{
    max-height: 300px;
    overflow: auto;
    max-height: 240px;
    overflow-y: scroll;
  }
}
</style>