From ce6251207093501661add0b00b56c4e4909e494e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 17 十一月 2024 00:39:34 +0800 Subject: [PATCH] 2024-11-17 --- src/utils/option.js | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index c0016f4..858aa90 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -360,6 +360,45 @@ text: '鐧藉簳绱' }] +// 鎸夐挳棰滆壊闆� +export const modalClasses = [{ + value: 'primary', + text: '钃濊壊' +}, { + value: 'yellow', + text: '榛勮壊' +}, { + value: 'orange', + text: '姗欒壊' +}, { + value: 'danger', + text: '绾㈣壊' +}, { + value: 'green', + text: '缁胯壊' +}, { + value: 'purple', + text: '绱壊' +}, { + value: 'border-primary', + text: '鐧藉簳钃濇' +}, { + value: 'border-yellow', + text: '鐧藉簳榛勬' +}, { + value: 'border-orange', + text: '鐧藉簳姗欐' +}, { + value: 'border-danger', + text: '鐧藉簳绾㈡' +}, { + value: 'border-green', + text: '鐧藉簳缁挎' +}, { + value: 'border-purple', + text: '鐧藉簳绱' +}] + export const calendarColors = [ {name: 'red', value: '#d0021b'}, {name: 'orange', value: '#f5a623'}, -- Gitblit v1.8.0