Commit 0d35ae24 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix #4119 ,use row flex

parent a731ca8b
...@@ -149,7 +149,7 @@ class Analysis extends Component { ...@@ -149,7 +149,7 @@ class Analysis extends Component {
/> />
</Suspense> </Suspense>
<div className={styles.twoColLayout}> <div className={styles.twoColLayout}>
<Row gutter={24}> <Row gutter={24} type="flex">
<Col xl={12} lg={24} md={24} sm={24} xs={24}> <Col xl={12} lg={24} md={24} sm={24} xs={24}>
<Suspense fallback={null}> <Suspense fallback={null}>
<TopSearch <TopSearch
......
...@@ -139,12 +139,6 @@ ...@@ -139,12 +139,6 @@
.salesCard { .salesCard {
height: calc(100% - 24px); height: calc(100% - 24px);
} }
:global {
.ant-row {
display: flex;
flex-flow: row nowrap;
}
}
} }
.trendText { .trendText {
...@@ -165,6 +159,7 @@ ...@@ -165,6 +159,7 @@
} }
} }
} }
@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