style: chat role
This commit is contained in:
@@ -302,8 +302,7 @@ export const useCheckCompatibility = () => {
|
||||
return {
|
||||
show: true,
|
||||
type: 'danger',
|
||||
title: intl.formatMessage({ id: 'models.search.evaluate.error' }),
|
||||
message: error_message || ''
|
||||
message: `${intl.formatMessage({ id: 'models.search.evaluate.error' })}${error_message}`
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
position: relative;
|
||||
padding: 0 4px;
|
||||
border-radius: var(--border-radius-mini);
|
||||
font-weight: var(--font-weight-500);
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
||||
Reference in New Issue
Block a user