mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 12:42:51 +00:00
fix: 修复移动端审批列表无法滚动到底部的情况
This commit is contained in:
parent
144767152a
commit
65c20f2211
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user