Commit b8d97c05 by tang

feat: IE flex:1的问题

parent 7cdcadb5
......@@ -82,13 +82,13 @@ export default {
}
.body {
flex: 1;
flex: 1 1 auto;
max-width: 1500px;
display: flex;
flex-direction: column;
.content {
flex: 1;
flex: 1 1 auto;
padding-top: 148px;
text-align: center;
}
......@@ -108,9 +108,10 @@ export default {
margin: 0 10px;
}
>div > a{
> div > a {
color: white;
img{
img {
margin-right: 4px;
}
}
......
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