no message

This commit is contained in:
A1300399510 2024-11-14 14:12:30 +08:00
parent ab54dbef0b
commit af2c5e4d40
2 changed files with 6 additions and 0 deletions

View File

@ -221,6 +221,9 @@ body {
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
justify-content: space-between; justify-content: space-between;
} }
.my-project .my-box .contrast-box .left .hint .text {
font-size: 14px;
}
.my-project .my-box .contrast-box .left .hint .btn .delete { .my-project .my-box .contrast-box .left .hint .btn .delete {
width: 64px; width: 64px;
height: 32px; height: 32px;

View File

@ -244,6 +244,9 @@ body {
padding: 25px 30px 20px; padding: 25px 30px 20px;
border-bottom: 1px solid rgb(235, 235, 235); border-bottom: 1px solid rgb(235, 235, 235);
justify-content: space-between; justify-content: space-between;
.text {
font-size: 14px;
}
.btn { .btn {
.delete { .delete {
width: 64px; width: 64px;