fix: S3 UI优化 — 底部弹窗/FAB 安全区适配
This commit is contained in:
@@ -586,6 +586,7 @@ onReachBottom(() => {
|
|||||||
border-radius: $radius-2xl $radius-2xl 0 0;
|
border-radius: $radius-2xl $radius-2xl 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|||||||
@@ -376,7 +376,7 @@ async function onMigrateConfirm() {
|
|||||||
.fab {
|
.fab {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: $space-xl;
|
right: $space-xl;
|
||||||
bottom: 120rpx;
|
bottom: calc(120rpx + env(safe-area-inset-bottom));
|
||||||
width: 112rpx;
|
width: 112rpx;
|
||||||
height: 112rpx;
|
height: 112rpx;
|
||||||
background: linear-gradient(135deg, $primary, #E67355);
|
background: linear-gradient(135deg, $primary, #E67355);
|
||||||
|
|||||||
@@ -645,6 +645,7 @@ function handleDissolve(group: Group) {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|||||||
@@ -440,6 +440,7 @@ onReachBottom(() => {
|
|||||||
border-radius: $radius-2xl $radius-2xl 0 0;
|
border-radius: $radius-2xl $radius-2xl 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-header {
|
.detail-header {
|
||||||
|
|||||||
Reference in New Issue
Block a user