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
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user