| | |
| | | /* box-shadow: 0px 0px 5px 2px #a8a8a8; */ |
| | | } |
| | | |
| | | .leftmenu:hover { |
| | | background-image: url("~@/assets/img/new/treeClose-y.png"); |
| | | |
| | | } |
| | | .leftmenu { |
| | | background-image: url("~@/assets/img/new/treeClose.png"); |
| | | background-size: 100% 100%; |
| | |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .layerTree::-webkit-scrollbar { |
| | | ::-webkit-scrollbar { |
| | | /*滚动条整体样式*/ |
| | | width: 4px; |
| | | width: 5px; |
| | | /*高宽分别对应横竖滚动条的尺寸*/ |
| | | height: 4px; |
| | | height: 8px; |
| | | scrollbar-arrow-color: red; |
| | | } |
| | | |
| | | .layerTree::-webkit-scrollbar-thumb { |
| | | /* 滚动条 */ |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2); |
| | | box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2); |
| | | background: rgba(255, 255, 255, 0.5); |
| | | -webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2); |
| | | box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2); |
| | | background: rgba(218, 218, 218, 0.5); |
| | | scrollbar-arrow-color: red; |
| | | } |
| | | |
| | | .layerTree::-webkit-scrollbar-track { |
| | | /* 滚动槽 */ |
| | | ::-webkit-scrollbar-track { |
| | | -webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2); |
| | | box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2); |
| | | border-radius: 0; |
| | | background: rgba(218, 218, 218, 0.1); |
| | | } |
| | | |
| | | |
| | | .el-tree .TreeNodeClass { |
| | | width: 100%; |
| | | background-color: #bfa; |
| | | flex: 1; |
| | | display: flex; |
| | | align-items: center; |