未验证 提交 d023fb13 编写于 作者: W wendell0316 提交者: GitHub

fix(menu): calc 0 不能省略单位 (#124)

上级 8f9eff78
......@@ -104,7 +104,7 @@ export default defineComponent({
return {
height: isHorizontal
? `calc(100% + 1px)`
: `calc(100% - ${props.showLogo ? '48px' : '0'})`,
: `calc(100% - ${props.showLogo ? '48px' : '0px'})`,
overflowY: isHorizontal ? 'hidden' : 'auto',
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册