mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 02:58:43 +08:00
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
Block a user