@hw-component/table 1.9.66 → 1.9.68
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.
|
@@ -69,7 +69,7 @@ var TagsComponent = function TagsComponent(props) {
|
|
|
69
69
|
moreTag = _useMemo.moreTag;
|
|
70
70
|
var moreLen = moreTag === null || moreTag === void 0 ? void 0 : moreTag.length;
|
|
71
71
|
return jsxs(Row, {
|
|
72
|
-
gutter: [
|
|
72
|
+
gutter: [0, 8],
|
|
73
73
|
children: [tagData === null || tagData === void 0 ? void 0 : _mapInstanceProperty(tagData).call(tagData, function (tagItem, index) {
|
|
74
74
|
var _context;
|
|
75
75
|
var tagProps = {
|
|
@@ -72,7 +72,7 @@ var TagsComponent = function TagsComponent(props) {
|
|
|
72
72
|
moreTag = _useMemo.moreTag;
|
|
73
73
|
var moreLen = moreTag === null || moreTag === void 0 ? void 0 : moreTag.length;
|
|
74
74
|
return jsxRuntime.jsxs(antd.Row, {
|
|
75
|
-
gutter: [
|
|
75
|
+
gutter: [0, 8],
|
|
76
76
|
children: [tagData === null || tagData === void 0 ? void 0 : _mapInstanceProperty(tagData).call(tagData, function (tagItem, index) {
|
|
77
77
|
var _context;
|
|
78
78
|
var tagProps = {
|
package/package.json
CHANGED