@titaui/pc 1.9.45 → 1.9.46

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.
@@ -248,6 +248,7 @@ var EditChildOkrWeight = function EditChildOkrWeight(props) {
248
248
  width: 600,
249
249
  onClose: onCancel,
250
250
  onCancel: onCancel,
251
+ zIndex: 2300,
251
252
  onOk: handleOk
252
253
  }, /*#__PURE__*/_react["default"].createElement("div", {
253
254
  className: "".concat(precls, "__content")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.9.45",
3
+ "version": "1.9.46",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "src/index.js",
@@ -92,6 +92,7 @@ const EditChildOkrWeight = (props: IProps) => {
92
92
  width={600}
93
93
  onClose={onCancel}
94
94
  onCancel={onCancel}
95
+ zIndex={2300}
95
96
  onOk={handleOk}
96
97
  >
97
98
  <div className={`${precls}__content`}>