提交 85dd79de 编写于 作者: qq_40137331's avatar qq_40137331

1.修正更改按钮的间距

上级 5fd8a949
......@@ -31,7 +31,7 @@ export default {
}
return <div style="display:flex; justify-content: space-evenly;"> {firstEL}
<a-dropdown>
<a class="ant-dropdown-link" style="line-height:32px">更多<a-icon type="down" /></a>
<a-button class="ant-dropdown-link" type="link" style="line-height:32px">更多<a-icon type="down" /></a-button>
<a-menu slot="overlay">
{menuEL}
</a-menu>
......
......@@ -30,7 +30,7 @@ export default {
}
return <div style="display:flex; justify-content: space-evenly;"> {firstEL}
<a-dropdown>
<a style="line-height:32px" class="ant-dropdown-link">更多<a-icon type="down" /></a>
<a-button style="line-height:32px" type="link" class="ant-dropdown-link">更多<a-icon type="down" /></a-button>
<a-menu slot="overlay">
{menuEL}
</a-menu>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册