ns-base-module 1.0.40 → 1.0.41

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.
@@ -108,12 +108,12 @@ var Index = function Index(_ref) {
108
108
  var onReset = function onReset() {};
109
109
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Popover, {
110
110
  placement: "bottomRight",
111
- trigger: "click",
111
+ trigger: "hover",
112
112
  content: function content() {
113
113
  return /*#__PURE__*/React.createElement("div", {
114
114
  className: "popover-body",
115
115
  style: {
116
- width: 280
116
+ width: 260
117
117
  }
118
118
  }, /*#__PURE__*/React.createElement("div", {
119
119
  className: "top-wrap"
@@ -221,11 +221,6 @@ var Index = function Index(_ref) {
221
221
  onChangeDuoQim: onChangeDuoQim
222
222
  }));
223
223
  }
224
- }, /*#__PURE__*/React.createElement(Tooltip, {
225
- placement: "top",
226
- title: initLang({
227
- id: "list.subtotals"
228
- })
229
- }, /*#__PURE__*/React.createElement(children.type, children.props))));
224
+ }, /*#__PURE__*/React.createElement(children.type, children.props)));
230
225
  };
231
226
  export default Index;