mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
fix: resolve scrolling issue in workflow-log table (#11302)
This commit is contained in:
@@ -76,7 +76,7 @@ const Logs: FC<ILogsProps> = ({ appDetail }) => {
|
|||||||
<div className='flex flex-col h-full'>
|
<div className='flex flex-col h-full'>
|
||||||
<h1 className='text-text-primary system-xl-semibold'>{t('appLog.workflowTitle')}</h1>
|
<h1 className='text-text-primary system-xl-semibold'>{t('appLog.workflowTitle')}</h1>
|
||||||
<p className='text-text-tertiary system-sm-regular'>{t('appLog.workflowSubtitle')}</p>
|
<p className='text-text-tertiary system-sm-regular'>{t('appLog.workflowSubtitle')}</p>
|
||||||
<div className='flex flex-col py-4 flex-1'>
|
<div className='flex flex-col py-4 flex-1 max-h-[calc(100%-16px)]'>
|
||||||
<Filter queryParams={queryParams} setQueryParams={setQueryParams} />
|
<Filter queryParams={queryParams} setQueryParams={setQueryParams} />
|
||||||
{/* workflow log */}
|
{/* workflow log */}
|
||||||
{total === undefined
|
{total === undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user