docs(components): [dropdown] make the arrow icon center (#15704)

This commit is contained in:
btea 2024-01-29 16:46:34 +08:00 committed by GitHub
parent cf9c936a01
commit a6a22dfc6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,4 +78,9 @@ import {
font-size: 14px;
margin-bottom: 20px;
}
.block-col-2 .el-dropdown-link {
display: flex;
align-items: center;
}
</style>