移动端页首标签栏与安卓系统通知栏重叠 Blue-Topaz主题: <img width="532" height="170" alt="Image" src="https://github.com/user-attachments/assets/8be96a0f-5219-4213-bda8-a1acd53c670f" /> 系统默认主题: <img width="517" height="173" alt="Image" src="https://github.com/user-attachments/assets/7b2cbb3a-f5f4-411a-8113-6e943e6471c0" /> 我目前使用以下css进行手动修复,希望能优化这个问题 .is-mobile .app-container { padding-top: env(safe-area-inset-top); padding-top: var(--status-bar-height, 40px); }