@jiaozhiye/qm-design-react 1.8.31 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29199,7 +29199,7 @@ table {
29199
29199
  border-top: 1px solid #e8e8e8;
29200
29200
  }
29201
29201
  .qm-table:after {
29202
- bottom: -1px;
29202
+ bottom: 0;
29203
29203
  border-bottom: 1px solid #e8e8e8;
29204
29204
  }
29205
29205
  .qm-table--header,
@@ -29402,17 +29402,19 @@ table {
29402
29402
  .qm-table.is--border .header--column,
29403
29403
  .qm-table.is--border .body--column,
29404
29404
  .qm-table.is--border .footer--column {
29405
- border-bottom: 1px solid #e8e8e8;
29406
- border-right: 1px solid #e8e8e8;
29405
+ box-shadow: inset -1px -1px 0 #e8e8e8;
29407
29406
  box-sizing: border-box;
29408
29407
  }
29408
+ .qm-table.is--border .qm-table--body tbody > tr:nth-last-child(1) .body--column {
29409
+ box-shadow: inset -1px 0 0 #e8e8e8;
29410
+ }
29409
29411
  .qm-table:not(.is--border):before,
29410
29412
  .qm-table:not(.is--border):after {
29411
29413
  border: 0;
29412
29414
  }
29413
29415
  .qm-table:not(.is--border) .header--column,
29414
29416
  .qm-table:not(.is--border) .body--column {
29415
- border-bottom: 1px solid #e8e8e8;
29417
+ box-shadow: inset 0 -1px 0 #e8e8e8;
29416
29418
  }
29417
29419
  .qm-table.is--merge-cell .qm-table--body-wrapper > table > tbody {
29418
29420
  pointer-events: none;