@jiaozhiye/qm-design-react 1.2.0-beta.10 → 1.2.0-beta.13
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/form/src/types.d.ts +11 -11
- 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 +8 -0
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +1 -0
- package/lib/table/src/hooks/useTableRef.d.ts +3 -0
- package/lib/table/style/table.less +7 -0
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29528,6 +29528,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
29528
29528
|
position: sticky;
|
|
29529
29529
|
z-index: 2;
|
|
29530
29530
|
}
|
|
29531
|
+
.qm-table.is--fixed .cell-fix-left .gutter-overlay,
|
|
29532
|
+
.qm-table.is--fixed .cell-fix-right .gutter-overlay {
|
|
29533
|
+
content: '';
|
|
29534
|
+
position: absolute;
|
|
29535
|
+
top: 0;
|
|
29536
|
+
bottom: -1px;
|
|
29537
|
+
background-color: #ffffff;
|
|
29538
|
+
}
|
|
29531
29539
|
.qm-table.is--fixed .cell-fix-left-last::after {
|
|
29532
29540
|
content: '';
|
|
29533
29541
|
position: absolute;
|