This commit is contained in:
2024-01-22 15:10:40 +08:00
parent cb4142ab6f
commit 5ad1e3b327
8 changed files with 138 additions and 27 deletions

View File

@@ -40,4 +40,10 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.popshow {
transform: translateY(0);
}
.pophide {
transform: translateY(100%);
}