Commit 1b64b625 authored by 卢均锐's avatar 卢均锐

fix: [22042] 能力中心和平台后台,组织机构管理,机构树形结构中,同级机构(有下级和无下级)之间图标和问题没有对齐

parent 34087d41
......@@ -10,7 +10,7 @@
color: @main-font-bold-color;
}
#root .ant-tree.god-tabtree {
.ant-tree-treenode {
cursor: pointer;
&:hover {
......@@ -41,5 +41,16 @@
background: @status-stop;
}
}
.ant-tree-switcher-noop::after{
content: '·';
display: block;
color: transparent;
width: 4px;
height: 4px;
border-radius:50%;
background: #C1C7D0;
margin: auto;
margin-top: 12px;
}
}
}
......@@ -87,7 +87,7 @@ export const createTreeActions = () => {
const InnermostTreeNode: React.FC<InnermostTreeNodeProps> = props => {
return (
<span style={{ display: 'flex', alignItems: 'center' }}>
<span className="tree-node-circle"></span>
{/* <span className="tree-node-circle"></span> */}
<span>{props.children}</span>
</span>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment