完善登录页面布局

This commit is contained in:
2026-02-27 08:30:40 +08:00
parent 444385f075
commit d3872250dd
2 changed files with 18 additions and 2 deletions

View File

@@ -552,12 +552,15 @@ const handleQQLogin = () => uni.showToast({ title: 'QQ登录开发中', icon: 'n
.input{
width: 100%;
height: 44px;
line-height: 44px;
border-radius: 10px;
background: var(--inputbg);
padding: 0 14px;
font-size: 14px;
color: var(--text);
box-sizing: border-box;
display: flex;
align-items: center;
}
/* Code row */