king
2023-05-09 7b0dbecd1d6155d26ec67be0a47a16264c738c85
src/tabviews/custom/components/tree/antd-tree/index.scss
@@ -24,6 +24,10 @@
      position: relative;
      z-index: 1;
    }
    .title.search-unable {
      display: block;
      float: none;
    }
    .ant-input-search.ant-input-affix-wrapper {
      width: 50%;
      max-width: 150px;
@@ -50,6 +54,15 @@
    .ant-tree-node-content-wrapper-open > span > span > .anticon-folder {
      display: none;
    }
    .ant-tree-node-content-wrapper {
      position: relative;
      .anticon-more {
        position: absolute;
        right: 0px;
        padding: 5px 10px;
        color: var(--mk-sys-color);
      }
    }
  }
  .tree-box::-webkit-scrollbar {
@@ -75,6 +88,10 @@
      height: 60px;
    }
  }
  .tree-header + .ant-empty {
    position: static;
    margin-top: 20px;
  }
  .loading-mask {
    position: absolute;
    left: 0px;
@@ -96,3 +113,25 @@
    }
  }
}
.mk-tree-dropdown-wrap {
  box-shadow: 0 0 2px #bcbcbc;
  background: #ffffff;
  min-width: 85px;
  .button-list.toolbar-button {
    padding: 0px;
    button {
      display: block;
      margin: 0!important;
      width: 100%;
      border-radius: 0px;
      padding-left: 15px!important;
      .anticon {
        display: none;
      }
      .anticon + span {
        margin-left: 0px;
      }
    }
  }
}