mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +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…
x
Reference in New Issue
Block a user