From 0b98e7d4464f3ae38a33679701355cca1f14b9fa Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 27 六月 2025 16:10:55 +0800 Subject: [PATCH] '-' --- src/views/register/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/register/index.vue b/src/views/register/index.vue index ba4182c..7de31f3 100644 --- a/src/views/register/index.vue +++ b/src/views/register/index.vue @@ -359,7 +359,9 @@ label: `${idx + 1}` })); </script> - +<style scoped> +@import url("@/style/login.css"); +</style> <style lang="scss" scoped> .content { background-color: #f8f8f8; @@ -459,6 +461,7 @@ background-color: rgba(0, 0, 0, 0.5); color: #ffffff; text-align: center; + line-height: 40px; } } </style> -- Gitblit v1.9.1