no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-01 17:50:46 +08:00
parent 71ce7c6c88
commit 777b0d0a53
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -405,7 +405,7 @@
border-radius: 12px 0 0 0;
overflow: hidden;
}
width: calc(100% + 1px);
width: 100%;
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);
@ -434,7 +434,7 @@
height: 100%;
position: absolute;
top: 0;
right: 0;
right: -2px;
display: block;
}
}