diff --git a/src/components/PageHeader/index.less b/src/components/PageHeader/index.less index 2a8c9a6af7b694f0b7e669f2fb27c959484f990d..13324b97da07718dade2c0480bcc0ddf9d79ce1b 100644 --- a/src/components/PageHeader/index.less +++ b/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;