修复ie11下info-card组件样式问题
This commit is contained in:
parent
35cfa08879
commit
c2ff64d973
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue