no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-01 17:55:16 +08:00
parent 777b0d0a53
commit 93e5d073ff
2 changed files with 7 additions and 3 deletions

View File

@ -363,8 +363,9 @@
}
.content .side .item.pitch:first-of-type {
border-top: none;
}
.content .side .item.pitch:first-of-type::after {
border-radius: 12px 0 0 0;
overflow: hidden;
}
.content .side .item.pitch::after {
content: "";

View File

@ -402,8 +402,11 @@
&.pitch {
&:first-of-type {
border-top: none;
// border-radius: 12px 0 0 0;
// overflow: hidden;
&::after {
border-radius: 12px 0 0 0;
overflow: hidden;
}
}
width: 100%;
background-color: rgba(251, 251, 251, 1);