| | |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | min-height: 180px; |
| | | min-height: 50px; |
| | | |
| | | .tree-header { |
| | | position: relative; |
| | |
| | | } |
| | | } |
| | | .tree-box { |
| | | overflow-x: auto; |
| | | overflow: auto; |
| | | padding-bottom: 10px; |
| | | |
| | | .ant-tree-node-content-wrapper-close > span > span > .anticon-folder-open { |
| | |
| | | display: none; |
| | | } |
| | | } |
| | | |
| | | .tree-box::-webkit-scrollbar { |
| | | height: 10px; |
| | | width: 7px; |
| | | } |
| | | .tree-box::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | |
| | | } |
| | | .tree-box::-webkit-scrollbar-track {/*滚动条里面轨道*/ |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |
| | | border-radius: 3px; |
| | | border-radius: 5px; |
| | | border: 1px solid rgba(0, 0, 0, 0.07); |
| | | background: rgba(0, 0, 0, 0); |
| | | } |