提交 95dbbf9f 编写于 作者: J jim

Fix the IE style exception

上级 846d3080
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
.row { .row {
display: flex; display: flex;
width: 100%;
} }
.breadcrumb { .breadcrumb {
...@@ -66,10 +67,11 @@ ...@@ -66,10 +67,11 @@
.content, .content,
.extraContent, .extraContent,
.main { .main {
// IE auto is no have height flex: 0 1 auto;
flex: 1; }
.main {
width: 100%;
} }
.title, .title,
.action { .action {
margin-bottom: 16px; margin-bottom: 16px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册