|
|
|
@ -34,7 +34,8 @@ function handleClose() {
|
|
|
|
|
<template> |
|
|
|
|
<div |
|
|
|
|
v-if="showFooter || $slots.footer" |
|
|
|
|
class="absolute bottom-0 left-0 w-full border-t-1 border-light-200 bg-white pl-5 pr-3 text-right dark:bg-dark" |
|
|
|
|
class="absolute bottom-0 left-0 w-full bg-white pl-5 pr-3 text-right dark:bg-dark" |
|
|
|
|
border="0 t-1 solid gray-200" |
|
|
|
|
:style="getStyle" |
|
|
|
|
> |
|
|
|
|
<template v-if="!$slots.footer"> |
|
|
|
|