fix: Drawer的footer样式错位问题

pull/38/head
xingyu 2023-10-15 17:35:27 +08:00
parent f2a54807e8
commit 84138b9be4
1 changed files with 1 additions and 1 deletions

View File

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