no message

This commit is contained in:
kuaifan 2023-08-10 21:15:16 +08:00
parent 4ed09dddcf
commit 7030148a76

View File

@ -9,7 +9,6 @@
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;
@ -151,6 +150,7 @@
} }
} }
.scroller { .scroller {
z-index: 1;
margin-right: -5px; margin-right: -5px;
.scrollbar-content { .scrollbar-content {
padding: 0 5px; padding: 0 5px;
@ -521,7 +521,6 @@
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;
@ -711,7 +710,6 @@
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 {