@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: "tagClassName",
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: "tagClassName",
148
+ className: tagClassName,
149
149
  style: tagStyle
150
150
  }, cuTagProps), {}, {
151
151
  onClose: function onClose(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/table",
3
- "version": "1.10.36",
3
+ "version": "1.10.38",
4
4
  "description": "基于antd二次开发table组件",
5
5
  "keywords": [
6
6
  "table"
@@ -128,7 +128,7 @@ const TagsComponent = (props: IProps) => {
128
128
  <Tooltip {...tooltipProps}>
129
129
  <Tag
130
130
  key={cuKey}
131
- className="tagClassName"
131
+ className={tagClassName}
132
132
  style={tagStyle}
133
133
  {...cuTagProps}
134
134
  onClose={(e) => {