@titaui/pc 1.16.64 → 1.16.65

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.
@@ -124,7 +124,7 @@ function OkrCaseCard(props) {
124
124
  className: "okr-cases-library__cardList__card__title__label"
125
125
  }, "\u300C", parentName, "\u300D"), /*#__PURE__*/_react["default"].createElement("div", {
126
126
  className: "okr-cases-library__cardList__card__title__name"
127
- }, "O", name), /*#__PURE__*/_react["default"].createElement("div", {
127
+ }, "O", " ", name), /*#__PURE__*/_react["default"].createElement("div", {
128
128
  className: "okr-cases-library__cardList__card__title__btn \n ".concat(isApplyBtnShow && "okr-cases-library__cardList__card__title__btn-show", "\n ").concat(isBlue ? "okr-cases-library__cardList__card__title__btn-blue" : "okr-cases-library__cardList__card__title__btn-red"),
129
129
  onClick: function onClick() {
130
130
  return handleApplyBtnClick(id);
@@ -62,6 +62,8 @@
62
62
  .titaui-aha-2021__body {
63
63
  display: flex;
64
64
  padding: 0 16px;
65
+ position: relative;
66
+ z-index: 2;
65
67
  }
66
68
 
67
69
  .titaui-aha-2021__body-menu {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.64",
3
+ "version": "1.16.65",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",