Commit ef8f942f by zhaochengxiang

资源栏目调整

parent 8ace2118
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
.root { .root {
display: flex; display: flex;
position: relative;
width: 100%; width: 100%;
background-color: #e7f2ff; background-color: #e7f2ff;
margin-bottom: 3px; margin-bottom: 3px;
...@@ -20,10 +21,24 @@ ...@@ -20,10 +21,24 @@
align-items: center; align-items: center;
.yy-tree-switcher { .yy-tree-switcher {
background-color: #e7f2ff !important; display: block;
position: absolute;
opacity: 0 !important;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.yy-tree-node-content-wrapper {
margin-left: 20px;
} }
} }
.yy-tree-indent .yy-tree-indent-unit:first-child {
opacity: 0 !important;
}
.site-tree-search-value { .site-tree-search-value {
color: #f50; color: #f50;
} }
......
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