Unverified 提交 fbcba766 作者: Tanimodori 提交者: GitHub

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

上级 1455eb48
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
const heightStr = `${props.height}`; const heightStr = `${props.height}`;
return { return {
height: heightStr, height: heightStr,
lineHeight: heightStr, lineHeight: `calc(${heightStr} - 1px)`,
}; };
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论