Browse Source

feat(BasicDrawer): footer 右对齐

main
刘凯 1 year ago
parent
commit
21b1c250b8
  1. 2
      src/components/Drawer/src/components/DrawerFooter.vue

2
src/components/Drawer/src/components/DrawerFooter.vue

@ -34,7 +34,7 @@ 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 dark:bg-dark"
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"
:style="getStyle"
>
<template v-if="!$slots.footer">

Loading…
Cancel
Save