mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-26 12:48:48 +08:00
fix: 修复DrawerFooter border-top导致滚动条出现的问题 (#2002)
This commit is contained in:
parent
1455eb48db
commit
fbcba766ae
@ -47,7 +47,7 @@
|
|||||||
const heightStr = `${props.height}`;
|
const heightStr = `${props.height}`;
|
||||||
return {
|
return {
|
||||||
height: heightStr,
|
height: heightStr,
|
||||||
lineHeight: heightStr,
|
lineHeight: `calc(${heightStr} - 1px)`,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user