Skip to content

Commit

Permalink
修复ie11下info-card组件样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhigang.li@tendcloud.com committed Oct 12, 2018
1 parent 35cfa08 commit c2ff64d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/info-card/infor-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ export default {

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

0 comments on commit c2ff64d

Please sign in to comment.