no message

This commit is contained in:
A1300399510 2024-12-19 14:46:09 +08:00
parent 9ae4e034e3
commit 688d7859f1
2 changed files with 3 additions and 2 deletions

View File

@ -75,7 +75,6 @@ body {
position: relative;
transition: all 0.3s;
border: 1px solid #fff;
border-top: none;
}
.base .left.input-active {
border: 1px solid #c4c7ce;
@ -111,6 +110,7 @@ body {
border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none;
border-top: none;
}
@keyframes hintShow {
0% {

View File

@ -89,7 +89,7 @@ body {
position: relative;
transition: all 0.3s;
border: 1px solid #fff;
border-top: none;
// border-top: none;
&.input-active {
border: 1px solid #c4c7ce;
@ -130,6 +130,7 @@ body {
border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none;
border-top: none;
// box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow {