fix(components): [el-dropdown] icon vertical center (#4431)

This commit is contained in:
Alan Wang 2021-11-30 03:21:15 -05:00 committed by GitHub
parent 49b0acf33a
commit d09267b7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,8 @@
box-shadow: none;
@include e(item) {
display: flex;
align-items: center;
list-style: none;
line-height: 36px;
padding: 0 20px;