@titaui/pc 1.9.149 → 1.9.150

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.
@@ -574,6 +574,7 @@
574
574
  background-position: center;
575
575
  background-size: 100%;
576
576
  position: relative;
577
+ border-radius: 24px;
577
578
  }
578
579
 
579
580
  .okr-cases-library__payWindow img {
@@ -151,8 +151,7 @@ function SubmitDialog(props) {
151
151
 
152
152
  function PayDialog(props) {
153
153
  var isShowPayWindow = props.isShowPayWindow,
154
- handleShowPayWindow = props.handleShowPayWindow,
155
- allViewAreaRef = props.allViewAreaRef;
154
+ handleShowPayWindow = props.handleShowPayWindow;
156
155
  var getOrderInfoTimers = (0, _react.useRef)(0);
157
156
 
158
157
  var _useState7 = (0, _react.useState)(),
@@ -276,7 +275,7 @@ function PayDialog(props) {
276
275
  destroyOnClose: true,
277
276
  noCloseIcon: true,
278
277
  getContainer: function getContainer() {
279
- return allViewAreaRef.current;
278
+ return document.body;
280
279
  }
281
280
  }, /*#__PURE__*/_react["default"].createElement("div", {
282
281
  className: "okr-cases-library__payWindow"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.9.149",
3
+ "version": "1.9.150",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",