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