派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-25 4902df8af56d7881f00ac511bb3148ec8ed6cab5
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>