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

This commit is contained in:
Tanimodori 2022-06-26 12:47:33 +08:00 committed by GitHub
parent 1455eb48db
commit fbcba766ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
const heightStr = `${props.height}`;
return {
height: heightStr,
lineHeight: heightStr,
lineHeight: `calc(${heightStr} - 1px)`,
};
});