|
@@ -84,12 +84,6 @@ body,
|
84
|
84
|
box-shadow: 6px 1px 9px 0 #0879cd24;
|
85
|
85
|
td {
|
86
|
86
|
background-color: #ffffff;
|
87
|
|
- .action_list {
|
88
|
|
- color: #339dff;
|
89
|
|
- .action_del {
|
90
|
|
- color: #f0153f;
|
91
|
|
- }
|
92
|
|
- }
|
93
|
87
|
}
|
94
|
88
|
}
|
95
|
89
|
td {
|
|
@@ -389,10 +383,14 @@ fieldset[disabled] .ivu-input,
|
389
|
383
|
display: flex;
|
390
|
384
|
justify-content: center;
|
391
|
385
|
align-items: center;
|
|
386
|
+ color: #339dff;
|
392
|
387
|
> div {
|
393
|
388
|
margin: 0 4px;
|
394
|
389
|
padding: 0 4px;
|
395
|
390
|
cursor: pointer;
|
|
391
|
+ &.action_del {
|
|
392
|
+ color: #f0153f;
|
|
393
|
+ }
|
396
|
394
|
&.action_error {
|
397
|
395
|
color: #f0153f;
|
398
|
396
|
cursor: default;
|
|
@@ -401,6 +399,9 @@ fieldset[disabled] .ivu-input,
|
401
|
399
|
color: #52c41a;
|
402
|
400
|
cursor: default;
|
403
|
401
|
}
|
|
402
|
+ &.pointer {
|
|
403
|
+ cursor: pointer !important;
|
|
404
|
+ }
|
404
|
405
|
}
|
405
|
406
|
}
|
406
|
407
|
}
|