派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-27 4e725a04dbe02d7c631a82da0526c5ef5defa15c
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>