Unverified Commit b1aefa56 authored by 陈帅's avatar 陈帅 Committed by GitHub

Rm hack ie9 (#4060)

* rm css hack for ie9
parent b1acbf70
...@@ -139,17 +139,10 @@ ...@@ -139,17 +139,10 @@
.salesCard { .salesCard {
height: calc(100% - 24px); height: calc(100% - 24px);
} }
div[class^='ant-col']:last-child {
position: absolute\9;
right: 0\9;
height: 100%\9;
}
:global { :global {
.ant-row { .ant-row {
position: relative\9;
display: flex; display: flex;
display: block\9; flex-flow: row nowrap;
flex-flow: row wrap;
} }
} }
} }
...@@ -172,7 +165,6 @@ ...@@ -172,7 +165,6 @@
} }
} }
} }
@media screen and (max-width: @screen-md) { @media screen and (max-width: @screen-md) {
.rankingTitle { .rankingTitle {
margin-top: 16px; margin-top: 16px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment