Skip to content

Commit d111e75

Browse files
committed
fix: 修复密钥列表宽度遮挡问题
1 parent 124986b commit d111e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/components/keys/KeyTable.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,8 @@ function resetPage() {
877877
.key-stats {
878878
display: flex;
879879
gap: 8px;
880-
font-size: 11px;
880+
font-size: 12px;
881+
overflow: hidden;
881882
color: #6c757d;
882883
flex: 1;
883884
min-width: 0;

0 commit comments

Comments
 (0)