mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix: 部分iOS系统按录音时页面闪烁的情况
This commit is contained in:
parent
dffd860d5c
commit
d7620bf4ff
@ -9,6 +9,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
.head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -520,6 +521,7 @@
|
||||
justify-content: flex-end;
|
||||
margin-top: 22px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
.head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -709,6 +711,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 2;
|
||||
transform: translate(-50%, -50%);
|
||||
display: flex;
|
||||
.common-loading {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user