no message

This commit is contained in:
A1300399510 2024-11-22 16:44:43 +08:00
parent ead49fe687
commit 56e882e445
2 changed files with 5 additions and 2 deletions

View File

@ -459,7 +459,8 @@
border-radius: 12px; border-radius: 12px;
} }
.data .fall { .data .fall {
width: 285px; width: 284px;
height: 284px;
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 12px; border-radius: 12px;

View File

@ -516,7 +516,9 @@
.data { .data {
.fall { .fall {
width: 285px; // width: 285px;
width: 284px;
height: 284px;
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
border-radius: 12px; border-radius: 12px;