king
2023-08-08 ab003fccad96beb96d18f8018980e6c75ed03edc
src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
@@ -154,4 +154,37 @@
      }
    }
  }
}
.member-modal {
  .ant-modal {
    top: 50px;
  }
  .ant-modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-top: 15px;
    .ant-input-search {
      width: 300px;
      margin-bottom: 10px;
    }
    .ant-transfer-customize-list .ant-transfer-list {
      min-height: 300px;
    }
  }
  .ant-modal-body::-webkit-scrollbar {
    width: 7px;
  }
  .ant-modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
    background: rgba(0, 0, 0, 0.13);
  }
  .ant-modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0);
  }
}