fix: 修复密钥列表宽度遮挡问题

This commit is contained in:
tbphp
2025-07-31 23:04:17 +08:00
parent 124986baa4
commit d111e75b54

View File

@@ -877,7 +877,8 @@ function resetPage() {
.key-stats {
display: flex;
gap: 8px;
font-size: 11px;
font-size: 12px;
overflow: hidden;
color: #6c757d;
flex: 1;
min-width: 0;