mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00: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)]">
|
||||
<ModalHeader className="flex">编辑订阅</ModalHeader>
|
||||
<ModalBody className="h-full">
|
||||
<BaseEditor
|
||||
language="yaml"
|
||||
schema="clash"
|
||||
value={currData}
|
||||
onChange={(value) => setCurrData(value)}
|
||||
/>
|
||||
<BaseEditor language="yaml" value={currData} onChange={(value) => setCurrData(value)} />
|
||||
</ModalBody>
|
||||
<ModalFooter>
|
||||
<Button variant="light" onPress={onClose}>
|
||||
|
||||
@ -124,7 +124,7 @@ const Connections: React.FC = () => {
|
||||
<TableCell className="max-w-[100px] text-ellipsis whitespace-nowrap overflow-hidden">
|
||||
{item.rule} {item.rulePayload}
|
||||
</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('::')}
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user