king
2021-12-22 efad1f9eff8d6af31f5b15edceee7b855b3db957
src/menu/components/tree/antd-tree/index.scss
@@ -1,11 +1,12 @@
.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;
@@ -25,12 +26,16 @@
    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;
}