From b1aefa56583a55bdb1e6346ebb9721eefb90953d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 24 Apr 2019 15:55:30 +0800 Subject: [PATCH] Rm hack ie9 (#4060) * rm css hack for ie9 --- src/pages/Dashboard/Analysis.less | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/pages/Dashboard/Analysis.less b/src/pages/Dashboard/Analysis.less index f71bd34a..54396bd8 100644 --- a/src/pages/Dashboard/Analysis.less +++ b/src/pages/Dashboard/Analysis.less @@ -139,17 +139,10 @@ .salesCard { height: calc(100% - 24px); } - div[class^='ant-col']:last-child { - position: absolute\9; - right: 0\9; - height: 100%\9; - } :global { .ant-row { - position: relative\9; display: flex; - display: block\9; - flex-flow: row wrap; + flex-flow: row nowrap; } } } @@ -172,7 +165,6 @@ } } } - @media screen and (max-width: @screen-md) { .rankingTitle { margin-top: 16px; -- GitLab