From 8a1ee7d651500f848a3c2f05c7fe3be2b7114a43 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 10 四月 2024 00:47:56 +0800 Subject: [PATCH] 2024-04-10 --- src/menu/components/card/cardsimplecomponent/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardsimplecomponent/index.scss b/src/menu/components/card/cardsimplecomponent/index.scss index 0f6054d..a41bcf9 100644 --- a/src/menu/components/card/cardsimplecomponent/index.scss +++ b/src/menu/components/card/cardsimplecomponent/index.scss @@ -12,4 +12,17 @@ cursor: pointer; background: rgba(255, 255, 255, 0.55); } +} + +.mk-confirm-modal { + .ant-modal-confirm-btns { + display: none; + } + .footer { + margin-top: 24px; + text-align: right; + .ant-btn { + margin-left: 8px; + } + } } \ No newline at end of file -- Gitblit v1.8.0