Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
808cee96
Commit
808cee96
authored
Jan 11, 2026
by
IanShaw027
Browse files
feat(ops): 限制并发卡片最多显示3组数据,超出可滚动
parent
92eafbc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/admin/ops/components/OpsConcurrencyCard.vue
View file @
808cee96
...
...
@@ -343,7 +343,7 @@ watch(realtimeEnabled, async (enabled) => {
<
/div
>
<!--
汇总视图
(
平台
/
分组
)
-->
<
div
v
-
else
-
if
=
"
displayDimension !== 'account'
"
class
=
"
custom-scrollbar flex-1 space-y-2 overflow-y-auto p-3
"
>
<
div
v
-
else
-
if
=
"
displayDimension !== 'account'
"
class
=
"
custom-scrollbar
max-h-[360px]
flex-1 space-y-2 overflow-y-auto p-3
"
>
<
div
v
-
for
=
"
row in (displayRows as SummaryRow[])
"
:
key
=
"
row.key
"
class
=
"
rounded-lg bg-gray-50 p-3 dark:bg-dark-900
"
>
<!--
标题行
-->
<
div
class
=
"
mb-2 flex items-center justify-between gap-2
"
>
...
...
@@ -417,7 +417,7 @@ watch(realtimeEnabled, async (enabled) => {
<
/div
>
<!--
账号详细视图
-->
<
div
v
-
else
class
=
"
custom-scrollbar flex-1 space-y-2 overflow-y-auto p-3
"
>
<
div
v
-
else
class
=
"
custom-scrollbar
max-h-[360px]
flex-1 space-y-2 overflow-y-auto p-3
"
>
<
div
v
-
for
=
"
row in (displayRows as AccountRow[])
"
:
key
=
"
row.key
"
class
=
"
rounded-lg bg-gray-50 p-2.5 dark:bg-dark-900
"
>
<!--
账号名称和并发
-->
<
div
class
=
"
mb-1.5 flex items-center justify-between gap-2
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment