From fa8f1b1320fd2ad21884ccd6df792bf88270e2a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 七月 2023 18:13:51 +0800 Subject: [PATCH] 2023-07-06 --- 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