no message

This commit is contained in:
A1300399510 2024-12-18 16:42:39 +08:00
parent efdcc3077e
commit 022b19834a
2 changed files with 3 additions and 2 deletions

View File

@ -227,7 +227,7 @@ body {
justify-content: space-between; justify-content: space-between;
} }
.my-project .my-box .head .item { .my-project .my-box .head .item {
width: 400px; width: 474px;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
position: relative; position: relative;

View File

@ -264,7 +264,8 @@ body {
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
justify-content: space-between; justify-content: space-between;
.item { .item {
width: 400px; width: 474px;
// width: 400px;
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
position: relative; position: relative;