Merge pull request #93 from tbphp/fix-key-table-width-text

fix: 修复密钥列表宽度遮挡问题
This commit is contained in:
tbphp
2025-08-01 09:38:24 +08:00
committed by GitHub

View File

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