@hw-component/table 1.10.36 → 1.10.38
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.
|
@@ -142,7 +142,7 @@ var TagsComponent = function TagsComponent(props) {
|
|
|
142
142
|
});
|
|
143
143
|
return jsx(Tooltip, _objectSpread(_objectSpread({}, tooltipProps), {}, {
|
|
144
144
|
children: jsx(Tag, _objectSpread(_objectSpread({
|
|
145
|
-
className:
|
|
145
|
+
className: tagClassName,
|
|
146
146
|
style: tagStyle
|
|
147
147
|
}, cuTagProps), {}, {
|
|
148
148
|
onClose: function onClose(e) {
|
|
@@ -145,7 +145,7 @@ var TagsComponent = function TagsComponent(props) {
|
|
|
145
145
|
});
|
|
146
146
|
return jsxRuntime.jsx(antd.Tooltip, _objectSpread(_objectSpread({}, tooltipProps), {}, {
|
|
147
147
|
children: jsxRuntime.jsx(antd.Tag, _objectSpread(_objectSpread({
|
|
148
|
-
className:
|
|
148
|
+
className: tagClassName,
|
|
149
149
|
style: tagStyle
|
|
150
150
|
}, cuTagProps), {}, {
|
|
151
151
|
onClose: function onClose(e) {
|
package/package.json
CHANGED