mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-20 03:30:50 +08:00
style: increase max-height for key list to display more records at once
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user