Commit 064831de authored by 杨奕's avatar 杨奕 Committed by GitHub

Select: fix tags style in IE10 (#10632)

parent a864d506
...@@ -113,6 +113,11 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment