From bd45a372f31d17fe7876a4d43f1c9c1264f3d2cb Mon Sep 17 00:00:00 2001 From: "pang.lizong" Date: Mon, 16 Sep 2019 16:15:18 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=85=A8=E5=B1=80=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E8=89=B2=E7=B3=BB=E9=9D=92=E8=89=B2#4FC6B3-->=E7=BA=A2?= =?UTF-8?q?=E8=89=B2#E9332E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 2 +- src/views/ebiz/common/SelectedProduct.vue | 2 +- src/views/ebiz/customer/customerList.vue | 4 ++-- src/views/ebiz/product/ProductDetail.vue | 4 ++-- src/views/ebiz/product/ProductList.vue | 4 ++-- src/views/ebiz/proposal/ChooseInsuredPerson.vue | 6 +++--- src/views/ebiz/proposal/Exhibition.vue | 10 +++++----- src/views/ebiz/proposal/InsuredPerson.vue | 2 +- src/views/ebiz/proposal/List.vue | 4 ++-- src/views/ebiz/sale/AccountInformation.vue | 6 +++--- src/views/ebiz/sale/Beneficiary.vue | 2 +- src/views/ebiz/sale/InsuredInfo.vue | 2 +- src/views/ebiz/sale/InsuredPerson.vue | 2 +- src/views/ebiz/sale/List.vue | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index ac62a50dd..8a1f75ce8 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -402,7 +402,7 @@ export default { Dialog.confirm({ title: '提示', message: '确认删除该险种?', - cancelButtonColor: '#4FC6B3', + cancelButtonColor: '#E9332E', confirmButtonColor: '#FFFFFF', className: 'dialog-delete' }) diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index e8a71f036..24c5b760e 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -11,7 +11,7 @@
- 附加 + 附加
{{ addtion.riskName }} diff --git a/src/views/ebiz/customer/customerList.vue b/src/views/ebiz/customer/customerList.vue index 3efb092ab..13fa9275f 100644 --- a/src/views/ebiz/customer/customerList.vue +++ b/src/views/ebiz/customer/customerList.vue @@ -333,7 +333,7 @@ export default { background: #f5f5f5; color: #333; &.active { - background: #4fc6b3; + background: #E9332E; color: #fff; border: none; } @@ -356,7 +356,7 @@ export default { border: none !important; } button:first-child { - color: #4fc6b3; + color: #E9332E; background: #bbe2ef !important; } } diff --git a/src/views/ebiz/product/ProductDetail.vue b/src/views/ebiz/product/ProductDetail.vue index 3ebefcc19..76f207990 100644 --- a/src/views/ebiz/product/ProductDetail.vue +++ b/src/views/ebiz/product/ProductDetail.vue @@ -1,7 +1,7 @@