fix: 部分iOS系统按录音时页面闪烁的情况

This commit is contained in:
kuaifan 2023-08-10 20:17:25 +08:00
parent dffd860d5c
commit d7620bf4ff

View File

@ -9,6 +9,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
z-index: 1;
.head { .head {
display: flex; display: flex;
align-items: center; align-items: center;
@ -520,6 +521,7 @@
justify-content: flex-end; justify-content: flex-end;
margin-top: 22px; margin-top: 22px;
position: relative; position: relative;
z-index: 1;
.head { .head {
display: flex; display: flex;
align-items: center; align-items: center;
@ -709,6 +711,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
z-index: 2;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
display: flex; display: flex;
.common-loading { .common-loading {