.ant-table table {
  table-layout: auto !important;
}
.ant-table-content {
  overflow-x: auto;
}

.ant-form-item-label>label .ant-form-item-tooltip {
  color: rgba(0,0,0,.45);
  cursor: help;
  margin-left:2px;
}