修改手机端高度计算适配小屏手机样式

This commit is contained in:
wangyifeng 2025-05-23 19:56:47 +08:00
parent e9e7ad52de
commit 9bbd983253

View File

@ -4,7 +4,7 @@ import customFooter from '@/components/customFooter/index.vue'
</script>
<template>
<div class="flex flex-col h-screen">
<div class="flex flex-col h-100svh">
<customHeader />
<div
class="bg-[url('@/assets/image/bg-mobile.png')] bg-cover bg-center flex-1 overflow-auto"