This commit is contained in:
Zyronon
2025-10-24 01:45:43 +08:00
parent 5337654b78
commit 697ccfb5b3
5 changed files with 275 additions and 158 deletions

View File

@@ -126,7 +126,6 @@ const vFocus = {
display: inline-flex;
box-sizing: border-box;
width: 100%;
background: var(--color-input-bg);
border: 1px solid var(--color-input-border);
border-radius: 4px;
overflow: hidden;
@@ -173,6 +172,7 @@ const vFocus = {
transition: all .3s;
height: 1.5rem;
color: var(--color-input-color);
background: transparent;
}
}
</style>