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 { .row {
display: flex; display: flex;
width: 100%;
} }
.breadcrumb { .breadcrumb {
@ -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;

Loading…
Cancel
Save