Tanimodori
2022-06-26 fbcba766aea895af7f35677ea4730c1a42dc9a54
fix: 修复DrawerFooter border-top导致滚动条出现的问题 (#2002)

1个文件已修改
2 ■■■ 已修改文件
src/components/Drawer/src/components/DrawerFooter.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Drawer/src/components/DrawerFooter.vue
@@ -47,7 +47,7 @@
        const heightStr = `${props.height}`;
        return {
          height: heightStr,
          lineHeight: heightStr,
          lineHeight: `calc(${heightStr} - 1px)`,
        };
      });