派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-23 4b2a5a88cbca4c21c18a7b59dae825051cf75c1f
src/views/popup/Popup.vue
@@ -96,9 +96,9 @@
<style lang="less" >
@import '../../assets/css/map/map-popup.less';
#popup{
  .el-tabs__content{
    max-height: 300px;
    overflow: auto;
 .el-tabs__content{
    max-height: 240px;
    overflow-y: scroll;
  }
}
</style>