.editor-bind-data-source-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}
.editor-bind-data-source-withHead {
  height: 100%;
}
.editor-bind-data-source-withBanner {
  height: calc(100% - 36px);
}
.editor-bind-data-source-myTable {
  flex: auto;
  margin-bottom: 50px;
  overflow-y: auto;
}
.editor-bind-data-source-myTable .editor-checkbox-wrapper.editor-checkbox-wrapper-disabled .editor-checkbox.editor-checkbox-checked .editor-checkbox-inner::after {
  border-color: #e5e5e5;
}
.editor-bind-data-source-myTable .editor-table-tbody > tr.editor-table-row-selected td {
  background-color: rgba(68, 119, 238, 0.06);
}
.editor-bind-data-source-myTable .editor-table-tbody > tr:hover:not(.editor-table-expanded-row):not(.editor-table-row-selected) > td {
  background-color: rgba(28, 36, 46, 0.02);
}
.editor-bind-data-source-myTable .editor-table .editor-table-thead > tr > th,
.editor-bind-data-source-myTable .editor-table .editor-table-tbody > tr > td {
  padding: 9px 16px;
}
