@jiaozhiye/qm-design-react 1.11.16 → 1.11.17
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.
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +5 -0
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/hooks/useTableCore.d.ts +0 -2
- package/lib/table/src/hooks/useTableEffect.d.ts +0 -2
- package/lib/table/style/table.less +377 -373
- package/lib/virtual-list/src/core.d.ts +1 -1
- package/lib/virtual-list/style/index.less +23 -22
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29366,6 +29366,10 @@ body {
|
|
|
29366
29366
|
overflow-y: auto;
|
|
29367
29367
|
overflow-x: auto;
|
|
29368
29368
|
}
|
|
29369
|
+
.qm-table--body-wrapper .virtual-container {
|
|
29370
|
+
contain: paint;
|
|
29371
|
+
will-change: margin-top, margin-left;
|
|
29372
|
+
}
|
|
29369
29373
|
.qm-table.c--resize {
|
|
29370
29374
|
cursor: col-resize;
|
|
29371
29375
|
}
|
|
@@ -31568,6 +31572,7 @@ body {
|
|
|
31568
31572
|
display: block;
|
|
31569
31573
|
}
|
|
31570
31574
|
.qm-virtual-list .container ul {
|
|
31575
|
+
contain: paint;
|
|
31571
31576
|
will-change: transform;
|
|
31572
31577
|
}
|
|
31573
31578
|
.qm-virtual-list .container ul li.list-item {
|