update:修复了注册组件遮罩效果,优化了入驻状态查看组件的样式

This commit is contained in:
lihaoyuan 2025-07-05 10:58:08 +08:00
parent f560835ed3
commit 3d2578a8a4
3 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ ul{
body{
font-size: 12px;
overflow-x: hidden;
/* height: 100vh; */
/* 设置高度,打开注册页面不滚动 */
}
:root {
--bgcolor: #ea4322;

View File

@ -230,7 +230,7 @@ onUnmounted(() => {
<style lang="scss">
.register-box {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;

View File

@ -997,6 +997,7 @@ onMounted(() => {
.signUp-container {
display: flex;
margin-top: 70px;//
padding-top: 12px;
flex-direction: column;
align-items: center;