Commit 1788c7d1 authored by shaoan123's avatar shaoan123

修改新运维中角色管理左侧列表样式问题

parent 8af8dd51
Pipeline #25771 skipped with stages
......@@ -364,6 +364,7 @@ const SiteManage = () => {
</div>
{treeData && treeData.length > 0 && (
<Tree
style={{ overflowY: 'scroll' ,height: '48rem'}}
// showLine={{ showLeafIcon: false }}
showIcon
onSelect={handleTreeSelect}
......
......@@ -3,7 +3,7 @@
max-height: calc(100vh - 74px);
overflow-y: scroll;
// overflow: auto;
overflow-x: hidden;
overflow: hidden;
width: 300px;
left: 0;
top: 0;
......
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