Commit 2f801ef7 authored by afc163's avatar afc163

update some detail

parent 07cb81c6
...@@ -254,7 +254,7 @@ export default class Analysis extends Component { ...@@ -254,7 +254,7 @@ export default class Analysis extends Component {
/> />
</Col> </Col>
<Col xl={8} lg={12} md={12} sm={24} xs={24}> <Col xl={8} lg={12} md={12} sm={24} xs={24}>
<h4>门店销售额排名</h4> <h4 className={styles.rankingTitle}>门店销售额排名</h4>
<ul className={styles.rankingList}> <ul className={styles.rankingList}>
{ {
rankingListData.map((item, i) => ( rankingListData.map((item, i) => (
...@@ -315,7 +315,6 @@ export default class Analysis extends Component { ...@@ -315,7 +315,6 @@ export default class Analysis extends Component {
</Col> </Col>
</Row> </Row>
<Table <Table
Bordered={false}
rowKey={record => record.index} rowKey={record => record.index}
size="middle" size="middle"
columns={columns} columns={columns}
......
...@@ -84,14 +84,15 @@ ...@@ -84,14 +84,15 @@
} }
} }
@media screen and (max-width: @screen-sm) { @media screen and (max-width: @screen-md) {
.salesExtra { .rankingTitle {
display: none; margin-top: 16px;
} }
}
@media screen and (max-width: @screen-sm) {
.salesExtraWrap { .salesExtraWrap {
position: absolute; display: none;
top: 50px;
left: 24px;
} }
.salesCard { .salesCard {
:global { :global {
......
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