From a4cbd928ce0f55070b3d824429a4bc741b761ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Fri, 4 Jul 2025 14:00:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/seal/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/seal/index.vue b/src/views/seal/index.vue index 0c9ee4d..5e387f0 100644 --- a/src/views/seal/index.vue +++ b/src/views/seal/index.vue @@ -276,6 +276,8 @@ function handleConfirm(value: string) { height: 30vh; grid-row: 2 / 4; margin-top: -6rem; + display: flex; + justify-content: center; .seal-input{ padding-left: 2rem; height: 8rem; @@ -301,7 +303,6 @@ function handleConfirm(value: string) { justify-content: center; font-size: 24px; gap: 10px; - margin: 2rem; } } }