From 74f4712e9d37db0fe2ebc2ead0dfb3e2fad4f754 Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Fri, 19 Sep 2025 13:41:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/closeableModal.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/closeableModal.vue b/src/components/closeableModal.vue index fe0d893..adfe729 100644 --- a/src/components/closeableModal.vue +++ b/src/components/closeableModal.vue @@ -8,7 +8,7 @@ {{closeTip}} {{ title }} - + {{text}} @@ -39,6 +39,9 @@ const props = defineProps({ content: { type: String }, + contentAlign: { + type: String + }, cancelBtn: { type: Boolean, default: true @@ -130,6 +133,10 @@ const handleConfirm = () => { } } + .align-center{ + text-align: center; + } + .m-height { padding-top: 28rpx; }