mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 03:10:50 +08:00
feat(ui): add auth file success/failure stats; expand list height
This commit is contained in:
@@ -1445,12 +1445,17 @@ input:checked+.slider:before {
|
||||
}
|
||||
|
||||
/* 列表样式 */
|
||||
.key-list,
|
||||
.file-list {
|
||||
.key-list {
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.file-list {
|
||||
/* 认证文件列表填满页面,保留版本信息空间 */
|
||||
max-height: calc(100vh - 300px); /* 减去导航栏、padding和版本信息的高度 */
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.provider-list {
|
||||
/* 默认不限制高度,动态设置 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user