mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
no message
This commit is contained in:
parent
4ed09dddcf
commit
7030148a76
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user