From 90ce114a7fc23c5e82062835179088981512b05f Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 18 Nov 2020 11:02:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=B8=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/views/regime/date.vue | 3 +++ src/views/regime/week.vue | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 9253348..7b136fa 100644 --- a/public/index.html +++ b/public/index.html @@ -79,7 +79,7 @@ position: fixed; top: 0; left: 0; - z-index: 999; + z-index: 1001; display: none; } diff --git a/src/views/regime/date.vue b/src/views/regime/date.vue index d544b22..a281392 100644 --- a/src/views/regime/date.vue +++ b/src/views/regime/date.vue @@ -99,6 +99,9 @@ width: 1320px; height: 63px; display: flex; + position: sticky; + top: -23px; + z-index: 1000; >div{ width: 100%; height: 100%; diff --git a/src/views/regime/week.vue b/src/views/regime/week.vue index ed65f15..96a9ea3 100644 --- a/src/views/regime/week.vue +++ b/src/views/regime/week.vue @@ -122,6 +122,9 @@ width: 1320px; height: 63px; display: flex; + position: sticky; + top: -23px; + z-index: 1000; > div { width: 100%; height: 100%;