mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-15 19:22:31 +08:00
remove tooltip
This commit is contained in:
parent
f85e1ecd55
commit
fe163c40c2
|
@ -1,4 +1,4 @@
|
|||
import { Button, Input, Tab, Tabs, Tooltip } from '@nextui-org/react'
|
||||
import { Button, Input, Tab, Tabs } from '@nextui-org/react'
|
||||
import BasePage from '@renderer/components/base/base-page'
|
||||
import SettingCard from '@renderer/components/base/base-setting-card'
|
||||
import SettingItem from '@renderer/components/base/base-setting-item'
|
||||
|
@ -138,11 +138,9 @@ const Sysproxy: React.FC = () => {
|
|||
</SettingItem>
|
||||
<SettingItem
|
||||
actions={
|
||||
<Tooltip content="PAC监听 代理主机:端口(10000开始的可用)">
|
||||
<Button isIconOnly size="sm" variant="light">
|
||||
<IoIosHelpCircle className="text-lg" />
|
||||
</Button>
|
||||
</Tooltip>
|
||||
<Button isIconOnly size="sm" variant="light">
|
||||
<IoIosHelpCircle className="text-lg" />
|
||||
</Button>
|
||||
}
|
||||
title="代理模式"
|
||||
divider
|
||||
|
|
Loading…
Reference in New Issue
Block a user