style: add model selection tips in playground

This commit is contained in:
jialin
2025-04-09 17:46:18 +08:00
parent fe8ff2b180
commit 694ffb0a81
11 changed files with 97 additions and 42 deletions
+2 -3
View File
@@ -246,8 +246,7 @@ const Workers: React.FC = () => {
style={{
display: 'flex',
flexWrap: 'wrap',
gap: 6,
maxWidth: 200
gap: 6
}}
>
{_.map(record.labels, (value: any, key: string) => {
@@ -255,7 +254,7 @@ const Workers: React.FC = () => {
<AutoTooltip
key={key}
className="m-r-0"
maxWidth={120}
maxWidth={155}
style={{
paddingInline: 8,
borderRadius: 12