fix: 修复移动端审批列表无法滚动到底部的情况

This commit is contained in:
kuaifan 2025-05-29 01:51:24 +08:00
parent 144767152a
commit 65c20f2211

View File

@ -90,7 +90,7 @@
.approve-mains {
display: flex;
flex: 1 1 auto;
height: calc(100vh - 190px);
height: calc(100vh - 190px - var(--status-bar-height) - var(--navigation-bar-height));
position: relative;
.approve-main-left {