|
|
@ -3175,6 +3175,8 @@ export default { |
|
|
return "background-color: #fff200"; |
|
|
return "background-color: #fff200"; |
|
|
} else if (colorStyle == 'thirdColor') { |
|
|
} else if (colorStyle == 'thirdColor') { |
|
|
return "background-color: #00aecd"; |
|
|
return "background-color: #00aecd"; |
|
|
|
|
|
} else if (colorStyle == 'fifthColor') { |
|
|
|
|
|
return "background-color: #FFE4E1"; |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|