diff --git a/src/components/Drawer/src/components/DrawerFooter.vue b/src/components/Drawer/src/components/DrawerFooter.vue index 903aa832..7a3992fa 100644 --- a/src/components/Drawer/src/components/DrawerFooter.vue +++ b/src/components/Drawer/src/components/DrawerFooter.vue @@ -47,7 +47,7 @@ const heightStr = `${props.height}`; return { height: heightStr, - lineHeight: heightStr, + lineHeight: `calc(${heightStr} - 1px)`, }; });