From 85a3b0115134e6c37889c61d92527388a93b3de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B4=AA=E9=9C=9E?= Date: Fri, 8 Aug 2025 17:37:56 +0800 Subject: [PATCH] css --- src/views/enroll/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/enroll/index.vue b/src/views/enroll/index.vue index bf141e4..52009e3 100644 --- a/src/views/enroll/index.vue +++ b/src/views/enroll/index.vue @@ -104,16 +104,19 @@ const degree_options = [ .main { width: 95%; - padding: 20px; + padding: 50px 20px; box-sizing: border-box; background: #ffffff; border-radius: 20px; margin: 0 auto; margin-top: -2px; + height: calc(100vh - 300px); } .submit_btn { width: 100%; background: #0a7dfe; + height: 40px; + font-size: 16px; } }