fix: 修复DrawerFooter border-top导致滚动条出现的问题 (#2002)
This commit is contained in:
parent
1455eb48db
commit
fbcba766ae
|
|
@ -47,7 +47,7 @@
|
|||
const heightStr = `${props.height}`;
|
||||
return {
|
||||
height: heightStr,
|
||||
lineHeight: heightStr,
|
||||
lineHeight: `calc(${heightStr} - 1px)`,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue