mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
docs(components): [dropdown] make the arrow icon center (#15704)
This commit is contained in:
parent
cf9c936a01
commit
a6a22dfc6a
@ -78,4 +78,9 @@ import {
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.block-col-2 .el-dropdown-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user