@@ -1,5 +1,5 @@
<template>
- <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" :height="500">
+ <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" :height="380">
<BasicForm @register="registerForm" name="BaseProjectArchiveForm" />
</BasicModal>
</template>