From d59970ad8e5ae481e7d13f28741b1d1afdb7f1e2 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期五, 23 四月 2021 13:46:44 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/views/popup/Popup.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/popup/Popup.vue b/src/views/popup/Popup.vue index 46a5d1c..02703b5 100644 --- a/src/views/popup/Popup.vue +++ b/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> -- Gitblit v1.8.0