ls-pro-common 1.0.55 → 1.0.56
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.
|
@@ -79,7 +79,7 @@ var InputTable = /*#__PURE__*/React.forwardRef(function (prop, ref) {
|
|
|
79
79
|
triggerCheck = _prop$triggerCheck === void 0 ? 'entry' : _prop$triggerCheck,
|
|
80
80
|
_prop$getPopupContain = prop.getPopupContainer,
|
|
81
81
|
getPopupContainer = _prop$getPopupContain === void 0 ? function (triggerNode) {
|
|
82
|
-
return
|
|
82
|
+
return document.body;
|
|
83
83
|
} : _prop$getPopupContain,
|
|
84
84
|
rest = _objectWithoutProperties(prop, _excluded); //显示输入框绑定的name,如果不设置textName,设置为$name__text
|
|
85
85
|
|
|
@@ -108,7 +108,7 @@ var InputTable = /*#__PURE__*/_react.default.forwardRef(function (prop, ref) {
|
|
|
108
108
|
triggerCheck = _prop$triggerCheck === void 0 ? 'entry' : _prop$triggerCheck,
|
|
109
109
|
_prop$getPopupContain = prop.getPopupContainer,
|
|
110
110
|
getPopupContainer = _prop$getPopupContain === void 0 ? function (triggerNode) {
|
|
111
|
-
return
|
|
111
|
+
return document.body;
|
|
112
112
|
} : _prop$getPopupContain,
|
|
113
113
|
rest = (0, _objectWithoutProperties2.default)(prop, _excluded); //显示输入框绑定的name,如果不设置textName,设置为$name__text
|
|
114
114
|
|