1、全局更改色系青色#4FC6B3-->红色#E9332E

This commit is contained in:
pang.lizong
2019-09-16 16:15:18 +08:00
parent ac230acfad
commit bd45a372f3
14 changed files with 27 additions and 27 deletions

View File

@@ -402,7 +402,7 @@ export default {
Dialog.confirm({
title: '提示',
message: '确认删除该险种?',
cancelButtonColor: '#4FC6B3',
cancelButtonColor: '#E9332E',
confirmButtonColor: '#FFFFFF',
className: 'dialog-delete'
})