From 0bf3e04fea99f294ee52716a4370b76af4ed619a Mon Sep 17 00:00:00 2001 From: luoxiaozero Date: Thu, 30 Mar 2023 22:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/basic/index.html | 1 - src/card/card.css | 2 +- src/modal/modal.css | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/basic/index.html b/examples/basic/index.html index 64af486..56efbdb 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -5,7 +5,6 @@ Document - diff --git a/src/card/card.css b/src/card/card.css index cfffedb..4bdb9bb 100644 --- a/src/card/card.css +++ b/src/card/card.css @@ -24,7 +24,7 @@ .melt-card__header { padding: 20px 28px; } -.melt-card__header + .melt-card__content, +.melt-card__header+.melt-card__content, .melt-card__footer { padding: 0 28px 20px; } diff --git a/src/modal/modal.css b/src/modal/modal.css index 66e5440..5a6a12c 100644 --- a/src/modal/modal.css +++ b/src/modal/modal.css @@ -21,7 +21,7 @@ z-index: 2002; } -.melt-modal-body > :deep(.melt-card) { +.melt-modal-body>:deep(.melt-card) { width: 600px; margin: auto; }