@jiaozhiye/qm-design-react 1.10.1 → 1.10.2

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.
@@ -29377,6 +29377,23 @@ table {
29377
29377
  transform: rotate(45deg);
29378
29378
  pointer-events: none;
29379
29379
  }
29380
+ .qm-table .header--column .cell .is-cell-bg,
29381
+ .qm-table .body--column .cell .is-cell-bg,
29382
+ .qm-table .footer--column .cell .is-cell-bg {
29383
+ position: relative;
29384
+ z-index: 1;
29385
+ }
29386
+ .qm-table .header--column .cell .cell--bg,
29387
+ .qm-table .body--column .cell .cell--bg,
29388
+ .qm-table .footer--column .cell .cell--bg {
29389
+ position: absolute;
29390
+ top: 0;
29391
+ left: 0;
29392
+ width: 100%;
29393
+ height: 100%;
29394
+ z-index: 0;
29395
+ pointer-events: none;
29396
+ }
29380
29397
  .qm-table .header--column .cell .cell--copy,
29381
29398
  .qm-table .body--column .cell .cell--copy,
29382
29399
  .qm-table .footer--column .cell .cell--copy {