Commit e4fb0d89 by zhaochengxiang

个人增加自定义目录

parent 62836c8b
...@@ -505,7 +505,7 @@ const AssetTree = (props) => { ...@@ -505,7 +505,7 @@ const AssetTree = (props) => {
return ( return (
<Card <Card
className='asset-tree asset-tree-read-only' className='asset-tree'
title={ title={
<div <div
className='flex px-2' className='flex px-2'
......
...@@ -14,18 +14,4 @@ ...@@ -14,18 +14,4 @@
.site-tree-search-value { .site-tree-search-value {
color: #f50; color: #f50;
} }
}
.asset-tree-read-only {
.yy-tree {
height: calc(100vh - @header-height - @breadcrumb-height - 25px - 62px) !important;;
overflow: auto !important;
}
}
.asset-tree-asset-mount-reference {
.yy-tree {
height: 400px !important;
overflow: auto !important;
}
} }
\ No newline at end of file
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