From f9816a4078fdba44115c69025d9982997f23b484 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:00:49 +0800 Subject: [PATCH] Merge branch 'develop' --- 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