mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
Fix: proxy group style
This commit is contained in:
parent
45fe1004a6
commit
c8d1a3d4fb
@ -48,11 +48,11 @@ export function Group (props: GroupProps) {
|
||||
const canClick = config.type === 'Selector'
|
||||
return (
|
||||
<div className="proxy-group">
|
||||
<div className="w-full h-10 mt-1 flex items-center justify-between md:h-15 md:mt-0">
|
||||
<div className="w-full h-10 mt-4 flex flex-1 items-center justify-between md:h-15 md:mt-0">
|
||||
<span className="overflow-hidden overflow-ellipsis whitespace-nowrap px-5 h-6 w-35 md:w-30">{ config.name }</span>
|
||||
<Tag className="mr-5 md:mr-0">{ config.type }</Tag>
|
||||
</div>
|
||||
<div className="pt-1 pb-3 md:py-4">
|
||||
<div className="py-2 md:py-4">
|
||||
<Tags
|
||||
className="ml-5 md:ml-8"
|
||||
data={config.all}
|
||||
|
Loading…
x
Reference in New Issue
Block a user