no message

This commit is contained in:
A1300399510 2024-12-18 14:35:22 +08:00
parent c658037233
commit 53f4f929a8
2 changed files with 16 additions and 4 deletions

View File

@ -79,13 +79,18 @@ body {
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 15px; font-size: 15px;
color: rgba(170, 170, 170, 0.90196078); height: 100%;
flex: 1; outline: none;
border: none;
} }
.base .left .img { .base .left .img {
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
.base .left .hint-list {
top: auto;
bottom: 54px;
}
.base .rigth { .base .rigth {
width: 175px; width: 175px;
height: 44px; height: 44px;

View File

@ -92,14 +92,21 @@ body {
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
font-size: 15px; font-size: 15px;
color: rgba(170, 170, 170, 0.901960784313726); // color: rgba(170, 170, 170, 0.901960784313726);
flex: 1; height: 100%;
outline: none;
border: none;
} }
.img { .img {
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
.hint-list {
top: auto;
bottom: 54px;
}
} }
.rigth { .rigth {