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 @@