cenvert to component

This commit is contained in:
Laux Dev
2026-02-27 16:33:37 +08:00
parent ce8649733f
commit 67d9ebf11f
14 changed files with 394 additions and 295 deletions

View File

@@ -19,9 +19,10 @@
line-height: normal;
caret-color: #575bc7;
}
.input:focus {
.input:focus,
.input:active {
border-radius: 6px;
border: 1px solid #a8aac1;
border: 1px solid #959aff;
background: rgba(75, 79, 109, 0.25);
}
.input:hover {