Commit 8ace2118 by zhaochengxiang

分栏样式调整

parent 8fb35c6b
...@@ -725,7 +725,7 @@ const AssetManageTree = (props) => { ...@@ -725,7 +725,7 @@ const AssetManageTree = (props) => {
</AutoComplete> </AutoComplete>
<Tree <Tree
checkable={checkable} checkable={checkable}
showLine={false} showLine={true}
showIcon={false} showIcon={false}
onExpand={onExpand} onExpand={onExpand}
expandedKeys={expandedKeys} expandedKeys={expandedKeys}
......
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
margin-bottom: 3px; margin-bottom: 3px;
padding: 5px; padding: 5px;
align-items: center; align-items: center;
.yy-tree-switcher {
background-color: #e7f2ff !important;
}
} }
.site-tree-search-value { .site-tree-search-value {
......
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