移动端优化

This commit is contained in:
2025-12-06 12:34:31 +08:00
parent 9df5794383
commit b9691b0965
7 changed files with 228 additions and 16 deletions
+8 -1
View File
@@ -209,6 +209,12 @@ function formatDate(dateStr: string) {
opacity: 1;
}
@media (max-width: 768px) {
.preset-actions {
opacity: 1;
}
}
.action-btn {
display: flex;
align-items: center;
@@ -263,7 +269,8 @@ function formatDate(dateStr: string) {
padding: 0.25rem;
}
.dropdown-menu:hover .dropdown-content {
.dropdown-menu:hover .dropdown-content,
.dropdown-menu:focus-within .dropdown-content {
display: block;
}