Update #3965 - Updates on Dialog components

This commit is contained in:
Bahadır Sofuoğlu 2023-06-06 12:38:02 +03:00
parent 28d1c876e9
commit 5c47976d98
6 changed files with 8 additions and 12 deletions

View file

@ -30,7 +30,7 @@
</button>
</div>
</div>
<div :ref="contentRef" :class="cx('content')" :style="contentStyle" v-bind="{ ...contentProps, ...ptm('content') }">
<div :ref="contentRef" :class="[cx('content'), contentClass]" :style="contentStyle" v-bind="{ ...contentProps, ...ptm('content') }">
<slot></slot>
</div>
<div v-if="footer || $slots.footer" :ref="footerContainerRef" :class="cx('footer')" v-bind="ptm('footer')">