.ztxk-container--left-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
}
.ztxk-container--left-drawer {
  .ant-drawer-body {
    padding: 8px;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(91, 118, 245, 0.05) 100%
    );
    // 设置左侧树样式
    .ant-tree {
      background: transparent;
      .ant-tree-treenode {
        padding: 0;
      }
      .ant-tree-treenode-selected {
        background: #5b76f5;
        .ant-tree-node-content-wrapper.ant-tree-node-selected {
          background: #5b76f5;
        }
      }
    }
    .ztxk-tree {
      padding: 0;
      .ant-tree-treenode {
        width: 100%;
      }
    }
    .ant-input-search {
      input {
        background: transparent;
        border-right: none;
      }
      .ant-input-search-button {
        background: transparent;
        border-left: none;
      }
    }
  }
  &.ant-drawer-left > .ant-drawer-content-wrapper {
    box-shadow: none;
  }
}
.ztxk-container--left-wrap {
  position: relative;
  margin: @margin-base;
  > .ztxk-container__content {
    flex: 1;
    margin: 0;
  }
  > .ztxk-container {
    flex: 1;
  }
}
