.tableEngine {
  .edit-select {
    width: 100%;
  }
  .box-center {
    text-align: center;
    height: 100px;
  }
  .ant-table-bordered .ant-table-thead > tr > th,.ant-table-bordered .ant-table-tbody tr td {
    text-align: center !important;
  }
  table {
    .btn-link {
      margin-right: 8px;
      &:focus {
        text-decoration: none;
      }
    }
  }
}