Commit a8472866 by zhaochengxiang

资产管理目录样式调整

parent 56a52f8f
...@@ -11,33 +11,33 @@ ...@@ -11,33 +11,33 @@
overflow: auto !important; overflow: auto !important;
} }
.root { // .root {
display: flex; // display: flex;
position: relative; // position: relative;
width: 100%; // width: 100%;
background-color: #e7f2ff; // background-color: #e7f2ff;
margin-bottom: 3px; // margin-bottom: 3px;
padding: 5px; // padding: 5px;
align-items: center; // align-items: center;
.yy-tree-switcher { // .yy-tree-switcher {
display: block; // display: block;
position: absolute; // position: absolute;
opacity: 0 !important; // opacity: 0 !important;
left: 0; // left: 0;
top: 0; // top: 0;
width: 100%; // width: 100%;
height: 100%; // height: 100%;
} // }
.yy-tree-node-content-wrapper { // .yy-tree-node-content-wrapper {
margin-left: 20px; // margin-left: 20px;
} // }
} // }
.yy-tree-indent .yy-tree-indent-unit:first-child { // .yy-tree-indent .yy-tree-indent-unit:first-child {
opacity: 0 !important; // 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