From 2b4022d1d0e751b3d74b696deccbc86e26bac272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Wed, 16 Jul 2025 21:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index f838f81..e7a40bc 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -22,7 +22,8 @@ 处理人:{{item.workName || '-'}} - + 暂无数据 + @@ -98,7 +99,7 @@ border-radius: 0; } .btn-list{ - position: absolute; + position: fixed; top:0; left: 0; width:100%; @@ -119,12 +120,12 @@ } } .scroll-y{ - height: calc(100vh - 50px); + height: calc(100vh - var(--window-bottom) - var(--window-top)); z-index:1; } .content { background-color: #ffffff; - padding:70px 20px 50px 20px;//todo 根据顶部tab设置padding-top + padding:70px 20px 60px 20px; } .item-list{ border-radius: 7px;