mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10:30 +08:00
fix styles
This commit is contained in:
parent
5eeca45d25
commit
31d9e699a0
@ -30,12 +30,7 @@ const EditFileModal: React.FC<Props> = (props) => {
|
|||||||
<ModalContent className="h-full w-[calc(100%-100px)]">
|
<ModalContent className="h-full w-[calc(100%-100px)]">
|
||||||
<ModalHeader className="flex">编辑订阅</ModalHeader>
|
<ModalHeader className="flex">编辑订阅</ModalHeader>
|
||||||
<ModalBody className="h-full">
|
<ModalBody className="h-full">
|
||||||
<BaseEditor
|
<BaseEditor language="yaml" value={currData} onChange={(value) => setCurrData(value)} />
|
||||||
language="yaml"
|
|
||||||
schema="clash"
|
|
||||||
value={currData}
|
|
||||||
onChange={(value) => setCurrData(value)}
|
|
||||||
/>
|
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
<ModalFooter>
|
<ModalFooter>
|
||||||
<Button variant="light" onPress={onClose}>
|
<Button variant="light" onPress={onClose}>
|
||||||
|
|||||||
@ -124,7 +124,7 @@ const Connections: React.FC = () => {
|
|||||||
<TableCell className="max-w-[100px] text-ellipsis whitespace-nowrap overflow-hidden">
|
<TableCell className="max-w-[100px] text-ellipsis whitespace-nowrap overflow-hidden">
|
||||||
{item.rule} {item.rulePayload}
|
{item.rule} {item.rulePayload}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell className="max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden">
|
<TableCell className="flag-emoji max-w-[200px] text-ellipsis whitespace-nowrap overflow-hidden">
|
||||||
{item.chains.reverse().join('::')}
|
{item.chains.reverse().join('::')}
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell>
|
<TableCell>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user