1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 20s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
SunCheng
2026-02-11 17:25:37 +08:00
parent 841b53e75b
commit d439beb32d

View File

@@ -163,7 +163,7 @@ onMounted(() => {
<style scoped lang="scss"> <style scoped lang="scss">
.glass-nav-container { .glass-nav-container {
position: fixed; position: fixed;
bottom: env(safe-area-inset-bottom, 0px); /* iOS PWA安全区域适配容器整体抬高 */ bottom: 0px; /* iOS PWA安全区域适配容器整体抬高 */ /*不抬高*/
left: 0; left: 0;
right: 0; right: 0;
width: 100%; width: 100%;
@@ -176,7 +176,7 @@ onMounted(() => {
width: 100%; width: 100%;
background: linear-gradient(180deg, rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 1) 50%); background: linear-gradient(180deg, rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 1) 50%);
padding: 12px 16px; padding: 12px 16px;
padding-bottom: 8px; /* 简化padding安全区域已由container的bottom处理 */ padding-bottom: 16px; /* 简化padding安全区域已由container的bottom处理 */
pointer-events: none; pointer-events: none;
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;