Select: fix tags style in IE10 (#10632)

pull/10640/head
杨奕 2018-04-09 20:27:34 +08:00 committed by GitHub
parent a864d506aa
commit 064831de92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
> span {
display: inline-block;
width: 100%;
}
} }
.el-tag__close { .el-tag__close {