WIP: delete alert modal prototype.

This commit is contained in:
Cindy Chang
2024-06-21 14:20:52 +08:00
parent ad8c555632
commit 0fb0d8b529
9 changed files with 152 additions and 18 deletions

View File

@@ -1,8 +1,13 @@
export const PRIME_VUE_TICKS_LIMIT = 6;
export const ONCE_RENDER_NUM_OF_DATA = 6;
export const GRID_COLOR = '#64748b';
export const MODAL_CREATE_NEW = 'MODAL_CREATE_NEW';
export const MODAL_ACCT_EDIT = 'MODAL_ACCT_EDIT';
export const MODAL_ACCT_INFO = 'MODAL_ACCT_INFO';
export const MODAL_DELETE = 'MODAL_DELETE';
export const knownLayoutChartOption = {
padding: {
top: 16,