From 0543f4989353b1ea9e83e3c5e6b14abd56b69167 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期六, 12 七月 2025 11:33:43 +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