dcp-design-react 1.12.5 → 1.12.7
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/pivot-grid/style/grid-layout.less +1 -1
- package/lib/style/index.css +1 -1
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +1 -1
- package/lib/table/src/hooks/useImperativeMethod.d.ts +1 -2
- package/lib/table/src/hooks/useTableCore.d.ts +1 -2
- package/lib/table/src/hooks/useTableRef.d.ts +1 -4
- package/lib/table/src/table/props.d.ts +2 -1
- package/lib/table/src/table/types.d.ts +2 -9
- package/lib/table/src/utils/index.d.ts +4 -5
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -31530,7 +31530,7 @@ body {
|
|
|
31530
31530
|
justify-content: flex-end;
|
|
31531
31531
|
height: 100%;
|
|
31532
31532
|
width: 100%;
|
|
31533
|
-
padding: 0
|
|
31533
|
+
padding: 0 4px;
|
|
31534
31534
|
color: rgba(0, 0, 0, 0.45);
|
|
31535
31535
|
cursor: pointer;
|
|
31536
31536
|
visibility: hidden;
|