From 5cb89929c20f325ea2c05561fcf4f92c74094fea Mon Sep 17 00:00:00 2001 From: yupan <yupanx@163.com> Date: Thu, 27 Oct 2022 10:46:39 +0800 Subject: [PATCH] 1、新增监测站点数据页面 2、监测因子趋势页面修改显示bug 3、监测因子趋势和监测因子对比修改时间控件 --- src/components/Wind/RegionalOverview.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/Wind/RegionalOverview.vue b/src/components/Wind/RegionalOverview.vue index 09cf867..712b9e9 100644 --- a/src/components/Wind/RegionalOverview.vue +++ b/src/components/Wind/RegionalOverview.vue @@ -48,7 +48,7 @@ background-color: #EEF1F6; border-radius: 4px; padding: 0 6px 6px; - z-index: 401; + z-index: 1000; overflow-y: scroll; transition: all .3s; } -- Gitblit v1.8.0