Browse Source

refactor(nc-gui): use fade transition for erd modal

pull/3612/head
braks 2 years ago committed by Muhammed Mustafa
parent
commit
a4ba06f7c4
  1. 9
      packages/nc-gui/components/smartsheet-toolbar/Erd.vue

9
packages/nc-gui/components/smartsheet-toolbar/Erd.vue

@ -22,6 +22,7 @@ const selectedView = inject(ActiveViewInj)
width="max(900px,60vw)"
:closable="false"
wrap-class-name="erd-single-table-modal"
transition-name="fade"
>
<div class="flex flex-row justify-between w-full items-center mb-1">
<a-typography-title class="ml-4 select-none" type="secondary" :level="5">
@ -39,11 +40,3 @@ const selectedView = inject(ActiveViewInj)
</div>
</a-modal>
</template>
<style lang="scss">
.erd-single-table-modal {
.ant-modal {
transform: none !important;
}
}
</style>

Loading…
Cancel
Save