easy3wui 1.4.193 → 1.4.194

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.
package/assets/flow.css CHANGED
@@ -729,7 +729,7 @@
729
729
  display: inline-block;
730
730
  position: absolute;
731
731
  right: -1px;
732
- bottom: 0;
732
+ bottom: -1px;
733
733
  z-index: 1;
734
734
  width: 21px;
735
735
  }
package/assets/index.css CHANGED
@@ -1174,7 +1174,7 @@ s {
1174
1174
  display: inline-block;
1175
1175
  position: absolute;
1176
1176
  right: -1px;
1177
- bottom: 0;
1177
+ bottom: -1px;
1178
1178
  z-index: 1;
1179
1179
  width: 21px;
1180
1180
  }
@@ -203,12 +203,12 @@ var Easy3wFlow = function (_Component) {
203
203
  // 按期完成
204
204
  if (mainNodeState === 'onTimeFinish') {
205
205
  finishState = _react2['default'].createElement(_badge2['default'], {
206
- count: _react2['default'].createElement(_icon2['default'], { type: 'check-circle', style: { color: '#52c41a', paddingLeft: 12, paddingBottom: 3, fontSize: 14 } })
206
+ count: _react2['default'].createElement(_icon2['default'], { type: 'check-circle', style: { color: '#52c41a', paddingLeft: 12, paddingBottom: 3, fontSize: 12 } })
207
207
  });
208
208
  }
209
209
  // 延期完成
210
210
  if (mainNodeState === 'delayFinish') {
211
- finishState = _react2['default'].createElement(_badge2['default'], { count: _react2['default'].createElement(_icon2['default'], { type: 'check-circle', style: { color: '#ea9d4f', paddingLeft: 12, paddingBottom: 3, fontSize: 14 } }) });
211
+ finishState = _react2['default'].createElement(_badge2['default'], { count: _react2['default'].createElement(_icon2['default'], { type: 'check-circle', style: { color: '#ea9d4f', paddingLeft: 12, paddingBottom: 3, fontSize: 12 } }) });
212
212
  }
213
213
  if (mainNodeState === 'wait') {
214
214
  finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: (0, _classnames2['default'])('wait-style') });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.193",
3
+ "version": "1.4.194",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",