Browse Source

Fix the IE style exception

pull/1599/head
jim 8 years ago
parent
commit
95dbbf9f6c
  1. 8
      src/components/PageHeader/index.less

8
src/components/PageHeader/index.less

@ -11,6 +11,7 @@
.row {
display: flex;
width: 100%;
}
.breadcrumb {
@ -66,10 +67,11 @@
.content,
.extraContent,
.main {
// IE auto is no have height
flex: 1;
flex: 0 1 auto;
}
.main {
width: 100%;
}
.title,
.action {
margin-bottom: 16px;

Loading…
Cancel
Save