.editor-echartDataBind-drawer {
  position: absolute !important;
}
.editor-echartDataBind-drawer .editor-drawer-footer {
  display: flex;
  justify-content: flex-end;
}
.editor-echartDataBind-drawer .editor-drawer-footer .editor-btn:not(last-child) {
  margin-right: 8px;
}
.editor-echartDataBind-drawer .editor-selectDataSource {
  margin-bottom: 16px !important;
}
.editor-echartDataBind-drawer .editor-selectDataSource .editor-selectDataSource-title {
  font-weight: 600;
}
.editor-echartDataBind-drawer .editor-selectDataSource .editor-selectDataSource-title > .editor-selectDataSource-title {
  margin: 0;
}
.editor-echartDataBind-drawer .editor-selectDataField-myTable {
  margin-bottom: 16px !important;
}
.editor-echartDataBind-drawer .content .top-spacing {
  margin-top: 16px;
}
.editor-echartDataBind-drawer .content .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 24px;
}
.editor-echartDataBind-drawer .content .title .required {
  height: 20px;
  margin-left: 4px;
  color: #fa7474;
}
.editor-echartDataBind-drawer .content .title .subTitle {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.55);
}
.editor-echartDataBind-drawer .content .editor-select {
  width: 100%;
}
