zhang_li 11 months ago
parent
commit
c5a03a1cf9
  1. 3
      src/components/BasicForm/src/BasicForm.vue

3
src/components/BasicForm/src/BasicForm.vue

@ -5,6 +5,8 @@
:width="isBusiness ? '60%' : '40%'"
:close-on-click-modal="false"
>
<div
style="max-height: 60vh;overflow-y: auto;">
<Form
ref="formRef"
v-loading="formLoading"
@ -94,6 +96,7 @@
@handleDeleteTable="handleDeleteTable"
/>
</div>
</div>
<template #footer>
<ButtonBase :Butttondata="Butttondata" @button-base-click="buttonBaseClick" />
</template>

Loading…
Cancel
Save