diff --git a/src/components/menus/MyInterview.vue b/src/components/menus/MyInterview.vue index 86b0a455da10f2ef5691965e0dbea3e5201d4c4a..00906d315c46793c912564faebb4af38a9d5bca5 100644 --- a/src/components/menus/MyInterview.vue +++ b/src/components/menus/MyInterview.vue @@ -105,238 +105,242 @@ @@ -425,6 +429,12 @@ export default { .rose-hermosa-value { color: #ff6fd8; /* 不同值的颜色 */ } +.white-dress-value { + color: #83ccd2; /* 不同值的颜色 */ +} +.prunus-gracilis-value { + color: #5a79ba; /* 不同值的颜色 */ +} .custom-textarea { width: 100%; text-align: left;