no message

This commit is contained in:
A1300399510 2024-11-14 15:26:23 +08:00
parent ac348cc4cb
commit 8ffeda93a1
2 changed files with 6 additions and 0 deletions

View File

@ -275,6 +275,9 @@ body {
overflow: auto; overflow: auto;
margin-right: 5px; margin-right: 5px;
} }
.my-project .my-box .contrast-box .left .list.pitch {
background-color: #f6f6f6;
}
.my-project .my-box .contrast-box .left .list::-webkit-scrollbar-track-piece { .my-project .my-box .contrast-box .left .list::-webkit-scrollbar-track-piece {
background-color: transparent; background-color: transparent;
} }

View File

@ -307,6 +307,9 @@ body {
height: 575px; height: 575px;
overflow: auto; overflow: auto;
margin-right: 5px; margin-right: 5px;
&.pitch {
background-color: rgba(246, 246, 246, 1);
}
&::-webkit-scrollbar-track-piece { &::-webkit-scrollbar-track-piece {
background-color: transparent; background-color: transparent;