style: chat role

This commit is contained in:
jialin
2025-04-16 20:16:26 +08:00
parent d9611948d7
commit 3d7609e3f5
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -302,8 +302,7 @@ export const useCheckCompatibility = () => {
return { return {
show: true, show: true,
type: 'danger', type: 'danger',
title: intl.formatMessage({ id: 'models.search.evaluate.error' }), message: `${intl.formatMessage({ id: 'models.search.evaluate.error' })}${error_message}`
message: error_message || ''
}; };
} }
@@ -25,6 +25,7 @@
position: relative; position: relative;
padding: 0 4px; padding: 0 4px;
border-radius: var(--border-radius-mini); border-radius: var(--border-radius-mini);
font-weight: var(--font-weight-500);
} }
.actions { .actions {