| @@ -3275,19 +3275,19 @@ export default { | |||||
| white-space: nowrap; | white-space: nowrap; | ||||
| max-width: 150px; | max-width: 150px; | ||||
| &.yph { | &.yph { | ||||
| background: rgb(175, 39, 255); | |||||
| background: #b026ff; | |||||
| } | } | ||||
| &.dlzdph { | &.dlzdph { | ||||
| background: rgb(255, 111, 54); | |||||
| background: #ff6f36; | |||||
| } | } | ||||
| &.ylz { | &.ylz { | ||||
| background: #3cbf5b; | |||||
| background: #7fff4c; | |||||
| } | } | ||||
| &.dlz { | &.dlz { | ||||
| background: rgb(255, 232, 76); | background: rgb(255, 232, 76); | ||||
| } | } | ||||
| &.ylzdph { | &.ylzdph { | ||||
| background: rgb(228, 30, 100); | |||||
| background: #ff7dd0; | |||||
| } | } | ||||
| &.zy { | &.zy { | ||||
| background: rgb(100, 30, 100); | background: rgb(100, 30, 100); | ||||
| @@ -3296,7 +3296,7 @@ export default { | |||||
| background: rgb(60, 100, 180); | background: rgb(60, 100, 180); | ||||
| } | } | ||||
| &.chdb { | &.chdb { | ||||
| background: rgb(288, 90, 600); | |||||
| background: #fe0303; | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||