king
2023-06-10 f155ee9b2db0f4eee687b53fd2f09bd3ebb02677
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -270,17 +270,17 @@
  table tbody tr {
    color: var(--mk-table-color);
  }
  .ant-table-bordered {
    table {
      tbody {
        tr:last-child {
          td {
            border-bottom: none;
          }
        }
      }
    }
  }
  // .ant-table-bordered {
  //   table {
  //     tbody {
  //       tr:last-child {
  //         td {
  //           border-bottom: none;
  //         }
  //       }
  //     }
  //   }
  // }
}
.edit-custom-table.mk-edit-simple {
  table tbody tr td {