mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
model list style fix
This commit is contained in:
parent
d13169934d
commit
f498686c3a
|
@ -21,7 +21,7 @@ const ModelList = () => {
|
|||
return (
|
||||
<div className='px-4 py-2'>
|
||||
<div className='mb-1 h-6 flex items-center text-text-secondary system-sm-semibold-uppercase'>{t('plugin.detailPanel.modelNum', { num: res.data.length })}</div>
|
||||
<div className='h-8 flex items-center'>
|
||||
<div className='flex flex-col'>
|
||||
{res.data.map(model => (
|
||||
<div key={model.model} className='h-6 py-1 flex items-center'>
|
||||
<ModelIcon
|
||||
|
|
Loading…
Reference in New Issue
Block a user