mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 13:22:49 +00:00
fix: 修复移动端审批列表无法滚动到底部的情况
This commit is contained in:
parent
144767152a
commit
65c20f2211
@ -90,7 +90,7 @@
|
|||||||
.approve-mains {
|
.approve-mains {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
height: calc(100vh - 190px);
|
height: calc(100vh - 190px - var(--status-bar-height) - var(--navigation-bar-height));
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.approve-main-left {
|
.approve-main-left {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user