删除更多按钮的行高,与其他按钮保持一致;
This commit is contained in:
parent
fb0968d106
commit
a4f412d1c4
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue