地址高度修改

This commit is contained in:
zoujiandong 2026-03-13 17:50:47 +08:00
parent 761a8fdaa4
commit 0fa310e422

View File

@ -218,7 +218,17 @@ onLoad((options) => {
} }
} }
.edit-address-page { min-height: 100vh; background: #fff; } .edit-address-page { min-height: 100vh; background: #fff; }
.form-container { padding: 24rpx;margin-top: calc(var(--status-bar-height) + 44px); } .form-container {
padding: 0 24rpx;
top: calc(var(--status-bar-height) + 44px);
position: fixed;
left: 0;
right: 0;
bottom: 160rpx;
overflow-y: scroll;
z-index: 1;
box-sizing: border-box;
}
.form-item { display: flex; align-items: center; justify-content: space-between; padding: 24rpx 0; } .form-item { display: flex; align-items: center; justify-content: space-between; padding: 24rpx 0; }
.form-item.column { flex-direction: column; align-items: flex-start; } .form-item.column { flex-direction: column; align-items: flex-start; }