@bit-sun/business-component 4.0.12-alpha.6 → 4.0.12-alpha.8
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/dist/index.esm.js
CHANGED
|
@@ -14362,7 +14362,7 @@ var ColumnSettingSulaTable = /*#__PURE__*/function (_React$Component) {
|
|
|
14362
14362
|
borderRadius: '4px',
|
|
14363
14363
|
zIndex: 9999,
|
|
14364
14364
|
pointerEvents: 'none',
|
|
14365
|
-
height: '
|
|
14365
|
+
height: '40px',
|
|
14366
14366
|
width: 2
|
|
14367
14367
|
}
|
|
14368
14368
|
})),
|
|
@@ -16765,7 +16765,7 @@ var ResizeableTitle$2 = function ResizeableTitle(props) {
|
|
|
16765
16765
|
borderRadius: '4px',
|
|
16766
16766
|
zIndex: 9999,
|
|
16767
16767
|
pointerEvents: 'none',
|
|
16768
|
-
height: '
|
|
16768
|
+
height: '40px',
|
|
16769
16769
|
width: 2
|
|
16770
16770
|
}
|
|
16771
16771
|
})),
|
package/dist/index.js
CHANGED
|
@@ -14385,7 +14385,7 @@ var ColumnSettingSulaTable = /*#__PURE__*/function (_React$Component) {
|
|
|
14385
14385
|
borderRadius: '4px',
|
|
14386
14386
|
zIndex: 9999,
|
|
14387
14387
|
pointerEvents: 'none',
|
|
14388
|
-
height: '
|
|
14388
|
+
height: '40px',
|
|
14389
14389
|
width: 2
|
|
14390
14390
|
}
|
|
14391
14391
|
})),
|
|
@@ -16788,7 +16788,7 @@ var ResizeableTitle$2 = function ResizeableTitle(props) {
|
|
|
16788
16788
|
borderRadius: '4px',
|
|
16789
16789
|
zIndex: 9999,
|
|
16790
16790
|
pointerEvents: 'none',
|
|
16791
|
-
height: '
|
|
16791
|
+
height: '40px',
|
|
16792
16792
|
width: 2
|
|
16793
16793
|
}
|
|
16794
16794
|
})),
|
package/package.json
CHANGED