no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-28 18:14:28 +08:00
parent 57fb2034bb
commit 870cb990f6
2 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@
position: relative;
}
.content .side .item.pitch {
width: calc(100% + 2px);
width: calc(100% + 1px);
background-color: #fbfbfb;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;

View File

@ -404,7 +404,7 @@
border-radius: 12px 0 0 0;
overflow: hidden;
}
width: calc(100% + 2px);
width: calc(100% + 1px);
background-color: rgba(251, 251, 251, 1);
border-top: 1px solid rgba(235, 235, 235, 1);
border-bottom: 1px solid rgba(235, 235, 235, 1);