style: chat role
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user