Compare commits

2 Commits

Author SHA1 Message Date
duanshuwen
fe86908b6a Merge branch 'main' of https://git.nianxx.cn/zoujing/YGChatCS into fix-109 2025-10-15 20:21:40 +08:00
aee82283b9 feat: 设置底部安全区域距离 2025-10-15 20:10:09 +08:00
2 changed files with 2 additions and 4 deletions

View File

@@ -63,7 +63,7 @@
</view>
</view>
<view class="color-99A0AE font-size-9 text-center text-gray-400 mb-8">
<view class="color-99A0AE font-size-9 text-center text-gray-400">
内容由AI大模型生成请仔细鉴别
</view>

View File

@@ -1,5 +1,3 @@
.footer {
// touch-action: pan-x;
padding-bottom: calc(constant(safe-area-inset-bottom) + 8px);
padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
padding-bottom: Max(env(safe-area-inset-bottom), 12px);
}