no message

This commit is contained in:
A1300399510 2024-11-14 14:19:00 +08:00
parent b00e6ea499
commit 4553cb2226
2 changed files with 14 additions and 0 deletions

View File

@ -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;

View File

@ -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;