mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
conn detail & log can select (#297)
This commit is contained in:
parent
57142e2181
commit
5a525aee2b
|
@ -14,7 +14,7 @@ const SettingItem: React.FC<Props> = (props) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="h-[32px] w-full flex justify-between">
|
<div className="select-text h-[32px] w-full flex justify-between">
|
||||||
<div className="h-full flex items-center">
|
<div className="h-full flex items-center">
|
||||||
<h4 className="h-full text-md leading-[32px] whitespace-nowrap">{title}</h4>
|
<h4 className="h-full text-md leading-[32px] whitespace-nowrap">{title}</h4>
|
||||||
<div>{actions}</div>
|
<div>{actions}</div>
|
||||||
|
|
|
@ -18,7 +18,7 @@ const LogItem: React.FC<IMihomoLogInfo & { index: number }> = (props) => {
|
||||||
</div>
|
</div>
|
||||||
<small className="text-foreground-500">{time}</small>
|
<small className="text-foreground-500">{time}</small>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardBody className="pt-0 text-sm">{payload}</CardBody>
|
<CardBody className="select-text pt-0 text-sm">{payload}</CardBody>
|
||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user