style: some detail
This commit is contained in:
parent
6e259134d7
commit
430471ec8a
@ -134,7 +134,7 @@ const WebsiteListTable: React.FC<{ workspaceId: string }> = React.memo(
|
|||||||
format: 'text/plain',
|
format: 'text/plain',
|
||||||
text: trackScript,
|
text: trackScript,
|
||||||
}}
|
}}
|
||||||
className="h-[96px] flex p-2 rounded bg-black bg-opacity-5 border border-black border-opacity-10"
|
className="h-[96px] flex p-2 rounded bg-black bg-opacity-5 border border-black border-opacity-10 overflow-auto"
|
||||||
>
|
>
|
||||||
<span>{trackScript}</span>
|
<span>{trackScript}</span>
|
||||||
</Typography.Paragraph>
|
</Typography.Paragraph>
|
||||||
|
@ -23,7 +23,7 @@ export const MonitorEventList: React.FC<MonitorEventListProps> = React.memo(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="space-y-4 py-2">
|
<div className="space-y-4">
|
||||||
{data.map((item) => (
|
{data.map((item) => (
|
||||||
<Card
|
<Card
|
||||||
key={item.id}
|
key={item.id}
|
||||||
|
@ -24,7 +24,7 @@ export const MonitorOverview: React.FC = React.memo(() => {
|
|||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div className="py-2">
|
||||||
<MonitorEventList />
|
<MonitorEventList />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user