mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +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 (
|
||||
<>
|
||||
<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">
|
||||
<h4 className="h-full text-md leading-[32px] whitespace-nowrap">{title}</h4>
|
||||
<div>{actions}</div>
|
||||
|
|
|
@ -18,7 +18,7 @@ const LogItem: React.FC<IMihomoLogInfo & { index: number }> = (props) => {
|
|||
</div>
|
||||
<small className="text-foreground-500">{time}</small>
|
||||
</CardHeader>
|
||||
<CardBody className="pt-0 text-sm">{payload}</CardBody>
|
||||
<CardBody className="select-text pt-0 text-sm">{payload}</CardBody>
|
||||
</Card>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user