king
2023-02-21 bf99f8f61f118d72f2ed79f5d85ead493c11bb67
src/tabviews/custom/components/tree/antd-tree/index.scss
@@ -54,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 {
@@ -80,7 +89,8 @@
    }
  }
  .tree-header + .ant-empty {
    margin-top: 35px;
    position: static;
    margin-top: 20px;
  }
  .loading-mask {
    position: absolute;
@@ -103,3 +113,26 @@
    }
  }
}
.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%;
    height: 34px;
    border-radius: 0px;
    padding-left: 15px!important;
    .anticon {
      display: none;
    }
    .anticon + span {
      margin-left: 0px;
    }
  }
}