@titaui/pc 1.15.28-beta.2 → 1.15.28-beta.3

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.
@@ -125,13 +125,11 @@ var EKrNode = function EKrNode(props) {
125
125
  objType: 4,
126
126
  AppId: 1,
127
127
  AppType: 1,
128
- TaskType: 0,
129
- WorkMileStoneId: data.mileStoneId
130
- };
128
+ TaskType: 0 // WorkMileStoneId: data.mileStoneId,
131
129
 
132
- if (data.mileStoneId > 0) {
133
- params.WorkMileStoneName = data.mileStoneName;
134
- }
130
+ }; // if (data.mileStoneId > 0) {
131
+ // params.WorkMileStoneName = data.mileStoneName
132
+ // }
135
133
 
136
134
  window.openCreateTaskPop(btnRef.current, {
137
135
  createParams: params,
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  .relation-single-okr__pop-O-img {
18
- line-height: 22px;
18
+ line-height: 22px !important;
19
19
  color: #3F4755;
20
20
  font-size: 14px;
21
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.28-beta.2",
3
+ "version": "1.15.28-beta.3",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",