no message

This commit is contained in:
A1300399510 2024-11-18 17:16:23 +08:00
parent 4b67b77e1b
commit b2df73d982
2 changed files with 7 additions and 0 deletions

View File

@ -579,6 +579,9 @@ body {
transition: auto;
z-index: 1000;
}
.my-project .my-box .manage-box .list .item.zindex {
z-index: 3;
}
.my-project .my-box .manage-box .list .item:active {
opacity: 1;
}

View File

@ -655,6 +655,10 @@ body {
z-index: 1000;
}
&.zindex {
z-index: 3;
}
&:active {
opacity: 1;
}