@@ -249,7 +249,7 @@ const getResultCss = (result) => {
249249 return ' highlight-cancel'
250250 } else if (result === 5 ) {
251251 // 退回
252- return ' highlight-rollback '
252+ return ' highlight-return '
253253 }
254254 return ' '
255255}
@@ -586,41 +586,41 @@ watch(
586586}
587587
588588/* * 回退 */
589- .highlight-rollback .djs-shape .djs-visual > :nth-child (1 ) {
589+ .highlight-return .djs-shape .djs-visual > :nth-child (1 ) {
590590 fill : #e6a23c !important ;
591591 stroke : #e6a23c !important ;
592592 fill-opacity : 0.2 !important ;
593593}
594- .highlight-rollback .djs-shape .djs-visual > :nth-child (2 ) {
594+ .highlight-return .djs-shape .djs-visual > :nth-child (2 ) {
595595 fill : #e6a23c !important ;
596596}
597- .highlight-rollback .djs-shape .djs-visual > path {
597+ .highlight-return .djs-shape .djs-visual > path {
598598 fill : #e6a23c !important ;
599599 fill-opacity : 0.2 !important ;
600600 stroke : #e6a23c !important ;
601601}
602- .highlight-rollback .djs-connection > .djs-visual > path {
602+ .highlight-return .djs-connection > .djs-visual > path {
603603 stroke : #e6a23c !important ;
604604}
605605
606- .highlight-rollback :not (.djs-connection ) .djs-visual > :nth-child (1 ) {
606+ .highlight-return :not (.djs-connection ) .djs-visual > :nth-child (1 ) {
607607 fill : #e6a23c !important ; /* color elements as green */
608608}
609609
610- :deep(.highlight-rollback .djs-shape .djs-visual > :nth-child (1 )) {
610+ :deep(.highlight-return .djs-shape .djs-visual > :nth-child (1 )) {
611611 fill : #e6a23c !important ;
612612 stroke : #e6a23c !important ;
613613 fill-opacity : 0.2 !important ;
614614}
615- :deep(.highlight-rollback .djs-shape .djs-visual > :nth-child (2 )) {
615+ :deep(.highlight-return .djs-shape .djs-visual > :nth-child (2 )) {
616616 fill : #e6a23c !important ;
617617}
618- :deep(.highlight-rollback .djs-shape .djs-visual > path ) {
618+ :deep(.highlight-return .djs-shape .djs-visual > path ) {
619619 fill : #e6a23c !important ;
620620 fill-opacity : 0.2 !important ;
621621 stroke : #e6a23c !important ;
622622}
623- :deep(.highlight-rollback .djs-connection > .djs-visual > path ) {
623+ :deep(.highlight-return .djs-connection > .djs-visual > path ) {
624624 stroke : #e6a23c !important ;
625625}
626626
0 commit comments