refactor(web): 面板管理样式

pull/13/head
moonrailgun 4 years ago
parent 29cd635cf4
commit 2d37cfc671

@ -30,6 +30,8 @@ export const GroupPanel: React.FC<{
return ( return (
<div> <div>
<div className="text-xl font-bold mb-4">{t('面板管理')}</div>
<GroupPanelTree <GroupPanelTree
groupPanels={editingGroupPanels} groupPanels={editingGroupPanels}
onChange={handleChange} onChange={handleChange}

@ -44,4 +44,15 @@
} }
} }
// 树
.ant-tree {
background-color: transparent;
color: rgba(255,255,255,0.85);
.ant-tree-node-content-wrapper {
&:hover {
background-color: rgba(255,255,255,0.08);
}
}
}
} }

Loading…
Cancel
Save