@import "~antd/lib/style/themes/default.less";

.simpleTable {
  :global {
    .ant-table-pagination {
      margin-top: 24px;
    }
    table.ant-table-fixed {
      table-layout: fixed;
    }
    td {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 4px 8px !important;
    }
    th {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 6px 8px !important;
    }
    .react-resizable {
      position: relative;
    }
    .react-resizable-handle {
      position: absolute;
      width: 10px;
      height: 100%;
      bottom: 0;
      right: -5px;
      cursor: col-resize;
    }
  }
  // height: 600px;
}

.tableList {
  .tableListOperator {
    margin-bottom: 16px;
    button {
      margin-right: 8px;
    }
  }
}

.customerFixLayout {
  float:right;
  margin-bottom: 16px;
}
