no message

This commit is contained in:
A1300399510 2024-12-18 15:40:02 +08:00
parent 851fadce5d
commit 98085fcfe1
2 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,7 @@ body {
margin-right: 5px;
padding: 0 20px;
position: relative;
transition: all 0.1s;
transition: all 0.2s;
}
.base .left.input-active {
border: 1px solid #c4c7ce;
@ -88,6 +88,7 @@ body {
height: 100%;
outline: none;
border: none;
padding-right: 10px;
}
.base .left .img {
width: 20px;

View File

@ -87,7 +87,7 @@ body {
margin-right: 5px;
padding: 0 20px;
position: relative;
transition: all 0.1s;
transition: all 0.2s;
&.input-active {
border: 1px solid #c4c7ce;
@ -104,6 +104,7 @@ body {
height: 100%;
outline: none;
border: none;
padding-right: 10px;
}
.img {