fix: workflow log panel's round style (#24658)

This commit is contained in:
GuanMu
2025-08-28 09:20:17 +08:00
committed by GitHub
parent 9d6ce3065d
commit fbceda7b66

View File

@@ -131,7 +131,7 @@ const RunPanel: FC<RunProps> = ({ hideResult, activeTab = 'RESULT', runID, getRe
>{t('runLog.tracing')}</div> >{t('runLog.tracing')}</div>
</div> </div>
{/* panel detail */} {/* panel detail */}
<div ref={ref} className={cn('relative h-0 grow overflow-y-auto rounded-b-2xl bg-components-panel-bg')}> <div ref={ref} className={cn('relative h-0 grow overflow-y-auto rounded-b-xl bg-components-panel-bg')}>
{loading && ( {loading && (
<div className='flex h-full items-center justify-center bg-components-panel-bg'> <div className='flex h-full items-center justify-center bg-components-panel-bg'>
<Loading /> <Loading />