删除更多按钮的行高,与其他按钮保持一致;

This commit is contained in:
terrfly 2021-11-19 10:32:11 +08:00
parent fb0968d106
commit a4f412d1c4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ export default {
}
return <div style="display:flex; justify-content: space-evenly;"> {firstEL}
<a-dropdown>
<a-button class="ant-dropdown-link" type="link" style="line-height:32px">更多<a-icon type="down" /></a-button>
<a-button class="ant-dropdown-link" type="link" style="">更多<a-icon type="down" /></a-button>
<a-menu slot="overlay">
{menuEL}
</a-menu>

View File

@ -30,7 +30,7 @@ export default {
}
return <div style="display:flex; justify-content: space-evenly;"> {firstEL}
<a-dropdown>
<a-button style="line-height:32px" type="link" class="ant-dropdown-link">更多<a-icon type="down" /></a-button>
<a-button style="" type="link" class="ant-dropdown-link">更多<a-icon type="down" /></a-button>
<a-menu slot="overlay">
{menuEL}
</a-menu>