fix(样式优化): 登录页面样式优化

This commit is contained in:
Bingjin Mao 2025-12-12 17:50:18 +08:00
parent 71bc2db985
commit 7fca7b41a5

View File

@ -175,6 +175,7 @@ const handleSubmit = async () => {
.input { .input {
width: 100%; width: 100%;
height: 88rpx; height: 88rpx;
box-sizing: border-box;
background: #fff; background: #fff;
border-radius: 12rpx; border-radius: 12rpx;
padding: 0 30rpx; padding: 0 30rpx;