From 2fdb6cbd61b0fb1c12118922f206e5b397e3fb50 Mon Sep 17 00:00:00 2001 From: hbao Date: Wed, 4 Aug 2021 19:01:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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; } } }