提交 d9b58e46 作者: vben

style(layout): update layout style #149

上级 116a1f77
......@@ -49,13 +49,13 @@
return props.actions.map((action) => {
const { popConfirm } = action;
return {
type: 'link',
size: 'small',
...action,
...(popConfirm || {}),
onConfirm: popConfirm?.confirm,
onCancel: popConfirm?.cancel,
enable: !!popConfirm,
type: 'link',
size: 'small',
};
});
});
......
......@@ -135,6 +135,7 @@
&--light {
background: @white;
border-bottom: 1px solid @header-light-bottom-border-color;
border-left: 1px solid @header-light-bottom-border-color;
.@{header-prefix-cls}-logo {
color: @text-color-base;
......
......@@ -83,9 +83,5 @@
> .ant-layout {
min-height: 100%;
}
&__main {
margin-left: 1px;
}
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论