fix styles

This commit is contained in:
pompurin404 2024-08-10 22:04:02 +08:00
parent 5eeca45d25
commit 31d9e699a0
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View File

@ -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}>

View File

@ -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>