diff --git a/src/components/CodemirrorEditor/InsertFormDialog.vue b/src/components/CodemirrorEditor/InsertFormDialog.vue index 4bd086fab..66c90edcf 100644 --- a/src/components/CodemirrorEditor/InsertFormDialog.vue +++ b/src/components/CodemirrorEditor/InsertFormDialog.vue @@ -6,6 +6,14 @@ import { DialogHeader, DialogTitle, } from '@/components/ui/dialog' +import { Label } from '@/components/ui/label' +import { + NumberField, + NumberFieldContent, + NumberFieldDecrement, + NumberFieldIncrement, + NumberFieldInput, +} from '@/components/ui/number-field' import { useDisplayStore, useStore } from '@/stores' import { createTable } from '@/utils' @@ -51,40 +59,36 @@ function onUpdate(val: boolean) { 插入表格 - - - 行数: - - - - 列数: - + + + + + + + + + + + + + + + + + +
+
+ - - - - - - -
- -
- +
+