chore: test优化

This commit is contained in:
xiaojunnuo
2025-10-05 07:59:56 +00:00
parent cac949de56
commit 31f82e58b5
11 changed files with 185 additions and 76 deletions
@@ -14,7 +14,7 @@ import { usePreferences } from "/@/vben/preferences";
import { LocalStorage } from "/@/utils/util.storage";
import { FsEditorCode } from "@fast-crud/editor-code";
import "@fast-crud/editor-code/dist/style.css"
import "@fast-crud/editor-code/dist/style.css";
class ColumnSizeSaver {
save: (key: string, size: number) => void;