派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-27 17108f0f7aea3f84ae5d04124a0f5c0d3233f77b
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>