style: increase max-height for key list to display more records at once

This commit is contained in:
Supra4E8C
2025-11-23 17:15:40 +08:00
parent ef1be66cd6
commit 6962667171

View File

@@ -1548,7 +1548,8 @@ input:checked+.slider:before {
/* 列表样式 */ /* 列表样式 */
.key-list { .key-list {
max-height: 400px; /* 便于一次展示 6 条密钥记录(约 6*80px 高度) */
max-height: 520px;
overflow-y: auto; overflow-y: auto;
} }