Quellcode durchsuchen

Fix: Fix style issues (#23209)

tags/1.7.2
GuanMu vor 3 Monaten
Ursprung
Commit
5febd66808
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 1
- 1
web/app/components/app/annotation/index.tsx Datei anzeigen

@@ -146,7 +146,7 @@ const Annotation: FC<Props> = (props) => {
return (
<div className='flex h-full flex-col'>
<p className='system-sm-regular text-text-tertiary'>{t('appLog.description')}</p>
<div className='flex flex-1 flex-col py-4'>
<div className='flex h-full flex-1 flex-col py-4'>
<Filter appId={appDetail.id} queryParams={queryParams} setQueryParams={setQueryParams}>
<div className='flex items-center space-x-2'>
{isChatApp && (

+ 1
- 1
web/app/components/app/log/list.tsx Datei anzeigen

@@ -688,7 +688,7 @@ const ConversationList: FC<IConversationList> = ({ logs, appDetail, onRefresh })
return <Loading />

return (
<div className='overflow-x-auto'>
<div className='relative grow overflow-x-auto'>
<table className={cn('mt-2 w-full min-w-[440px] border-collapse border-0')}>
<thead className='system-xs-medium-uppercase text-text-tertiary'>
<tr>

Laden…
Abbrechen
Speichern