no message

This commit is contained in:
A1300399510 2024-11-19 16:26:58 +08:00
parent 9894f0c58d
commit 4d17285ca1
2 changed files with 27 additions and 1 deletions

View File

@ -727,6 +727,18 @@ body {
font-size: 14px;
width: 348px;
}
.manage-input::-webkit-scrollbar-track-piece {
background-color: transparent;
}
.manage-input::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: transparent;
}
.manage-input::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #ebebeb;
}
.empty-box {
flex-direction: column;
}

View File

@ -824,8 +824,22 @@ body {
min-height: 34px;
padding-right: 10px;
font-size: 14px;
// width: 384px;
width: 348px;
&::-webkit-scrollbar-track-piece {
background-color: transparent;
}
&::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: rgba(235, 235, 235, 1);
}
}
.empty-box {