From a99caad99c3c19e85edd03f2fe425a0630033ac5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 20 十一月 2024 16:09:11 +0800
Subject: [PATCH] Merge branch 'master' into positec

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