no message

This commit is contained in:
A1300399510 2024-11-14 11:37:10 +08:00
parent 75a9754855
commit 6edd716ea6
2 changed files with 4 additions and 4 deletions

View File

@ -453,7 +453,7 @@ body {
background-color: #f95d5d;
position: absolute;
top: 0;
right: 71px;
right: -71px;
height: 100%;
color: #ffffff;
font-size: 13px;
@ -464,7 +464,7 @@ body {
}
@keyframes deleteShow {
0% {
right: 71px;
right: -71px;
}
100% {
right: 0;

View File

@ -516,7 +516,7 @@ body {
position: absolute;
top: 0;
// right: 0;
right: 71px;
right: -71px;
height: 100%;
color: #ffffff;
font-size: 13px;
@ -527,7 +527,7 @@ body {
@keyframes deleteShow {
0% {
right: 71px;
right: -71px;
}
100% {
right: 0;