easy3wui 1.4.188 → 1.4.192
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 +12 -7
- package/assets/index.css +12 -7
- package/lib/Easy3wFlow/index.js +5 -5
- package/package.json +1 -1
package/assets/flow.css
CHANGED
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
.flowmain .flowdoc img {
|
|
729
729
|
display: inline-block;
|
|
730
730
|
position: absolute;
|
|
731
|
-
right:
|
|
731
|
+
right: -1px;
|
|
732
732
|
bottom: 0;
|
|
733
733
|
z-index: 1;
|
|
734
734
|
width: 21px;
|
|
@@ -870,23 +870,28 @@
|
|
|
870
870
|
height: 14px;
|
|
871
871
|
width: 14px;
|
|
872
872
|
}
|
|
873
|
-
.
|
|
873
|
+
.planDate-style {
|
|
874
|
+
color: #000000;
|
|
875
|
+
font-weight: normal;
|
|
876
|
+
margin-left: 12px;
|
|
877
|
+
}
|
|
878
|
+
.planDate-style .wait-style sup {
|
|
874
879
|
height: 14px;
|
|
875
880
|
width: 14px;
|
|
876
881
|
background-color: #bfbfbf;
|
|
877
882
|
}
|
|
878
|
-
.delay-style sup {
|
|
883
|
+
.planDate-style .delay-style sup {
|
|
879
884
|
height: 14px;
|
|
880
885
|
width: 14px;
|
|
881
886
|
background-color: #fa8c16;
|
|
882
887
|
}
|
|
883
|
-
.normal-style sup {
|
|
888
|
+
.planDate-style .normal-style sup {
|
|
884
889
|
height: 14px;
|
|
885
890
|
width: 14px;
|
|
886
891
|
background-color: #52c41a;
|
|
887
892
|
}
|
|
888
|
-
.normal-style :global .ant-
|
|
889
|
-
.delay-style :global .ant-
|
|
890
|
-
.wait-style :global .ant-
|
|
893
|
+
.planDate-style .normal-style :global .ant-scroll-number,
|
|
894
|
+
.planDate-style .delay-style :global .ant-scroll-number,
|
|
895
|
+
.planDate-style .wait-style :global .ant-scroll-number {
|
|
891
896
|
transform: translate(2px, -2px);
|
|
892
897
|
}
|
package/assets/index.css
CHANGED
|
@@ -1172,7 +1172,7 @@ s {
|
|
|
1172
1172
|
.flowmain .flowdoc img {
|
|
1173
1173
|
display: inline-block;
|
|
1174
1174
|
position: absolute;
|
|
1175
|
-
right:
|
|
1175
|
+
right: -1px;
|
|
1176
1176
|
bottom: 0;
|
|
1177
1177
|
z-index: 1;
|
|
1178
1178
|
width: 21px;
|
|
@@ -1314,24 +1314,29 @@ s {
|
|
|
1314
1314
|
height: 14px;
|
|
1315
1315
|
width: 14px;
|
|
1316
1316
|
}
|
|
1317
|
-
.
|
|
1317
|
+
.planDate-style {
|
|
1318
|
+
color: #000000;
|
|
1319
|
+
font-weight: normal;
|
|
1320
|
+
margin-left: 12px;
|
|
1321
|
+
}
|
|
1322
|
+
.planDate-style .wait-style sup {
|
|
1318
1323
|
height: 14px;
|
|
1319
1324
|
width: 14px;
|
|
1320
1325
|
background-color: #bfbfbf;
|
|
1321
1326
|
}
|
|
1322
|
-
.delay-style sup {
|
|
1327
|
+
.planDate-style .delay-style sup {
|
|
1323
1328
|
height: 14px;
|
|
1324
1329
|
width: 14px;
|
|
1325
1330
|
background-color: #fa8c16;
|
|
1326
1331
|
}
|
|
1327
|
-
.normal-style sup {
|
|
1332
|
+
.planDate-style .normal-style sup {
|
|
1328
1333
|
height: 14px;
|
|
1329
1334
|
width: 14px;
|
|
1330
1335
|
background-color: #52c41a;
|
|
1331
1336
|
}
|
|
1332
|
-
.normal-style :global .ant-
|
|
1333
|
-
.delay-style :global .ant-
|
|
1334
|
-
.wait-style :global .ant-
|
|
1337
|
+
.planDate-style .normal-style :global .ant-scroll-number,
|
|
1338
|
+
.planDate-style .delay-style :global .ant-scroll-number,
|
|
1339
|
+
.planDate-style .wait-style :global .ant-scroll-number {
|
|
1335
1340
|
transform: translate(2px, -2px);
|
|
1336
1341
|
}
|
|
1337
1342
|
.scrollY .ant-table-tbody > .ant-table-row .e3wGridShortText {
|
package/lib/Easy3wFlow/index.js
CHANGED
|
@@ -194,11 +194,11 @@ var Easy3wFlow = function (_Component) {
|
|
|
194
194
|
}
|
|
195
195
|
// 进行中
|
|
196
196
|
if (mainNodeState === 'normal') {
|
|
197
|
-
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true',
|
|
197
|
+
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: (0, _classnames2['default'])('normal-style') });
|
|
198
198
|
}
|
|
199
199
|
// 延期
|
|
200
200
|
if (mainNodeState === 'delay') {
|
|
201
|
-
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: _classnames2['default']
|
|
201
|
+
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: (0, _classnames2['default'])('delay-style') });
|
|
202
202
|
}
|
|
203
203
|
// 按期完成
|
|
204
204
|
if (mainNodeState === 'onTimeFinish') {
|
|
@@ -211,7 +211,7 @@ var Easy3wFlow = function (_Component) {
|
|
|
211
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 } }) });
|
|
212
212
|
}
|
|
213
213
|
if (mainNodeState === 'wait') {
|
|
214
|
-
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: _classnames2['default']
|
|
214
|
+
finishState = _react2['default'].createElement(_badge2['default'], { dot: 'true', className: (0, _classnames2['default'])('wait-style') });
|
|
215
215
|
}
|
|
216
216
|
var defaultMidTitle = _react2['default'].createElement(
|
|
217
217
|
'div',
|
|
@@ -307,7 +307,7 @@ var Easy3wFlow = function (_Component) {
|
|
|
307
307
|
_react2['default'].createElement('br', null),
|
|
308
308
|
_react2['default'].createElement(
|
|
309
309
|
'span',
|
|
310
|
-
{
|
|
310
|
+
{ className: (0, _classnames2['default'])(['planDate-style']) },
|
|
311
311
|
flow.planDate,
|
|
312
312
|
' ',
|
|
313
313
|
_react2['default'].createElement(
|
|
@@ -326,7 +326,7 @@ var Easy3wFlow = function (_Component) {
|
|
|
326
326
|
_react2['default'].createElement('br', null),
|
|
327
327
|
_react2['default'].createElement(
|
|
328
328
|
'span',
|
|
329
|
-
{
|
|
329
|
+
{ className: (0, _classnames2['default'])(['planDate-style']) },
|
|
330
330
|
flow.planDate,
|
|
331
331
|
' ',
|
|
332
332
|
_react2['default'].createElement(
|