fix: tailwindcss config (#7693)

* chore: update deps

* fix: tailwindcss config

* fix: lint

* fix: lint

* chore: update deps
This commit is contained in:
xingyu
2026-03-19 15:51:09 +08:00
committed by GitHub
parent d43a3729c3
commit 0c300d040c
26 changed files with 1257 additions and 1320 deletions

View File

@@ -366,7 +366,7 @@ const [BaseForm, baseFormApi] = useVbenForm({
}
},
onDragSort: (oldIndex: number, newIndex: number) => {
console.info(`图片从 ${oldIndex} 移动到 ${newIndex}`);
console.warn(`图片从 ${oldIndex} 移动到 ${newIndex}`);
},
},
fieldName: 'files',