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; } }