修改颜色盘

This commit is contained in:
WindowBird 2025-11-03 11:23:51 +08:00
parent d415c094ee
commit 5c5f0f836c

View File

@ -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',
];
//