From f6085f3e32afceead1200e526f2771706ce011f1 Mon Sep 17 00:00:00 2001 From: wystan_rin Date: Thu, 28 Nov 2024 19:21:56 +0800 Subject: [PATCH] developing --- payment_headend/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payment_headend/index.html b/payment_headend/index.html index e150453..1097a23 100644 --- a/payment_headend/index.html +++ b/payment_headend/index.html @@ -175,7 +175,7 @@ padding: 20px; border-radius: 8px; width: 90%; - max-width: 46vh; + max-width: 50vh; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); position: relative; } @@ -204,7 +204,7 @@ } .modal-body { - max-height: 45vh; + max-height: 50vh; overflow-y: auto; display: flex; /* 添加 Flexbox */ flex-direction: column; /* 垂直排列子元素 */