Ben Lin
2025-03-05 043701d5a28df6a0ea596ed7e4198676480bcc60
src/views/components/GeneralModal.vue
@@ -1,7 +1,7 @@
<template>
  <BasicModal
    width="800px"
    :height="450"
    width="1200px"
    :height="700"
    v-bind="$attrs"
    @register="register"
    :title="title"
@@ -51,9 +51,10 @@
      labelWidth: 120,
      schemas: schemas,
    },
    size: 'small',
    useSearchForm: true,
    showTableSetting: false,
    scroll: { y: 350 },
    scroll: { y: 550 },
    canResize: false,
    rowKey: rowKey,
    rowSelection: {