diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index 334bdfc1..79ac6d6b 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -3275,19 +3275,19 @@ export default { white-space: nowrap; max-width: 150px; &.yph { - background: rgb(175, 39, 255); + background: #b026ff; } &.dlzdph { - background: rgb(255, 111, 54); + background: #ff6f36; } &.ylz { - background: #3cbf5b; + background: #7fff4c; } &.dlz { background: rgb(255, 232, 76); } &.ylzdph { - background: rgb(228, 30, 100); + background: #ff7dd0; } &.zy { background: rgb(100, 30, 100); @@ -3296,7 +3296,7 @@ export default { background: rgb(60, 100, 180); } &.chdb { - background: rgb(288, 90, 600); + background: #fe0303; } } }