Merge pull request #1029 from iview/2.0

修复ie11下info-card组件样式问题
This commit is contained in:
Lison 2018-10-12 17:24:05 +08:00 committed by GitHub
commit 4f0b548e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -55,8 +55,7 @@ export default {
<style lang="less">
.common{
position: absolute;
top: 0px;
float: left;
height: 100%;
display: table;
text-align: center;
@ -80,14 +79,12 @@ export default {
position: relative;
.left-area{
.common;
left: 0px;
& > .icon{
.middle-center;
}
}
.right-area{
.common;
right: 0px;
& > div{
.middle-center;
}