修改颜色盘
This commit is contained in:
parent
d415c094ee
commit
5c5f0f836c
|
|
@ -253,7 +253,7 @@ const formData = ref({
|
|||
allDay: false,
|
||||
repeat: 'none',
|
||||
description: '',
|
||||
color: '#e3fae6',
|
||||
color: '#0079FE',
|
||||
reminder: 15 // 提前多少分钟提醒
|
||||
});
|
||||
|
||||
|
|
@ -281,8 +281,8 @@ const endDateCalendar = ref(null);
|
|||
|
||||
// 颜色选项
|
||||
const colorOptions = [
|
||||
'#e3fae6', '#fae1e1', '#e3f2fd', '#fff3e0',
|
||||
'#f3e5f5', '#e0f2f1', '#ffebee', '#f1f8e9'
|
||||
'#0079FE', '#FC902A', '#FF505D', '#18B48A',
|
||||
'#FCBF28', '#8883F0',
|
||||
];
|
||||
|
||||
// 重复选项
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user