Compare commits
2 Commits
44a3b16eb1
...
fe86908b6a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe86908b6a | ||
| aee82283b9 |
@@ -63,7 +63,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</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大模型生成,请仔细鉴别
|
内容由AI大模型生成,请仔细鉴别
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
.footer {
|
.footer {
|
||||||
// touch-action: pan-x;
|
padding-bottom: Max(env(safe-area-inset-bottom), 12px);
|
||||||
padding-bottom: calc(constant(safe-area-inset-bottom) + 8px);
|
|
||||||
padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user