| | |
| | | .menu-editor-sand-box { |
| | | .menu-tree-box { |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | background: #ffffff; |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | min-height: 30px; |
| | | min-height: 50px; |
| | | overflow-y: auto; |
| | | |
| | | .anticon-tool { |
| | | position: absolute; |
| | |
| | | color: #bcbcbc; |
| | | } |
| | | } |
| | | .menu-editor-sand-box::after { |
| | | .menu-tree-box::after { |
| | | display: block; |
| | | content: ' '; |
| | | clear: both; |
| | | } |
| | | .menu-editor-sand-box:hover { |
| | | .menu-tree-box:hover { |
| | | z-index: 1; |
| | | box-shadow: 0px 0px 4px #1890ff; |
| | | } |
| | | .menu-tree-box::-webkit-scrollbar { |
| | | display: none; |
| | | } |
| | | |