no message
This commit is contained in:
parent
9894f0c58d
commit
4d17285ca1
@ -727,6 +727,18 @@ body {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 348px;
|
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 {
|
.empty-box {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
@ -824,8 +824,22 @@ body {
|
|||||||
min-height: 34px;
|
min-height: 34px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
// width: 384px;
|
|
||||||
width: 348px;
|
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 {
|
.empty-box {
|
||||||
|
Loading…
Reference in New Issue
Block a user