Commit 2f801ef7 authored by afc163's avatar afc163

update some detail

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