Преглед изворни кода

Fix: Fix style issues (#23209)

tags/1.7.2
GuanMu пре 3 месеци
родитељ
комит
5febd66808
No account linked to committer's email address
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      web/app/components/app/annotation/index.tsx
  2. 1
    1
      web/app/components/app/log/list.tsx

+ 1
- 1
web/app/components/app/annotation/index.tsx Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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>

Loading…
Откажи
Сачувај