From 1ed039c656453814a2357671fa81bdb4ad0306fb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 七月 2023 09:25:37 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/calendar/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/menu/components/calendar/index.scss b/src/menu/components/calendar/index.scss index a245819..b110ec4 100644 --- a/src/menu/components/calendar/index.scss +++ b/src/menu/components/calendar/index.scss @@ -54,6 +54,14 @@ } } + .model-menu-action-list { + .page-card { + position: absolute; + top: 20px; + z-index: 1; + } + } + >.anticon-tool { position: absolute; z-index: 2; -- Gitblit v1.8.0