mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-09-21 14:19:18 +08:00
Merge pull request #3093 from feitianbubu/fix/select-dropdown-max-height
fix(ui): 账号管理状态下拉菜单列表显示不全的问题
This commit is contained in:
@@ -517,7 +517,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.select-dropdown-portal .select-options {
|
||||
@apply max-h-60 overflow-y-auto py-1 outline-none;
|
||||
@apply max-h-80 overflow-y-auto py-1 outline-none;
|
||||
}
|
||||
|
||||
.select-dropdown-portal .select-option {
|
||||
|
||||
Reference in New Issue
Block a user