From 95dbbf9f6cf49226adbf8b40619f05488e4448b3 Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 2 Jun 2018 17:00:54 +0800 Subject: [PATCH] Fix the IE style exception --- src/components/PageHeader/index.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/PageHeader/index.less b/src/components/PageHeader/index.less index 2a8c9a6a..13324b97 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; -- GitLab