king
2021-09-28 432b788acf901b0720184b8ee8bc81a2e6fa47e0
src/tabviews/custom/components/tree/antd-tree/index.scss
@@ -4,7 +4,7 @@
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px;
  min-height: 180px;
  .tree-header {
    position: relative;
@@ -25,8 +25,8 @@
      z-index: 1;
    }
    .ant-input-search.ant-input-affix-wrapper {
      width: calc(100% - 140px);
      max-width: 130px;
      width: 50%;
      max-width: 150px;
      margin-top: 6px;
      float: right;
      height: 30px;
@@ -80,6 +80,10 @@
    top: 0;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    z-index: 1;
    .ant-spin-blur {