no message
This commit is contained in:
parent
b00e6ea499
commit
4553cb2226
@ -616,6 +616,13 @@ body {
|
|||||||
.my-project .my-box .manage-box .list .item .top .state-box .btn.undetermined {
|
.my-project .my-box .manage-box .list .item .top .state-box .btn.undetermined {
|
||||||
background-color: #f95d5d;
|
background-color: #f95d5d;
|
||||||
}
|
}
|
||||||
|
.my-project .my-box .manage-box .list .item .top .state-box .state-list-mask {
|
||||||
|
position: fixed;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
.my-project .my-box .manage-box .list .item .top .state-box .state-list-box {
|
.my-project .my-box .manage-box .list .item .top .state-box .state-list-box {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
@ -694,6 +694,13 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
position: relative;
|
position: relative;
|
||||||
|
.state-list-mask {
|
||||||
|
position: fixed;
|
||||||
|
width: 100vw;
|
||||||
|
height: 100vh;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
.state-list-box {
|
.state-list-box {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
Loading…
Reference in New Issue
Block a user