Changes as IE & Edge dosen't support display: contents

pull/12329/head
akki-jat 2018-08-14 03:29:11 -04:00
parent 6d833ce44c
commit 21475c6daa
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<span class="el-select__tags-text">+ {{ selected.length - 1 }}</span>
</el-tag>
</span>
<transition-group @after-leave="resetInputHeight" v-if="!collapseTags" style="display: contents;">
<transition-group @after-leave="resetInputHeight" v-if="!collapseTags">
<el-tag
v-for="item in selected"
:key="getValueKey(item)"

View File

@ -109,7 +109,6 @@
z-index: $--index-normal;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
flex-wrap: wrap;
}