Commit 9d9025a5 authored by 陈帅's avatar 陈帅 Committed by niko

Reformatted (#391)

* Repair 1280 width under the word Wrong line

* Repair table 1201 -1276 misplaced problems
parent 907f1a5c
......@@ -328,7 +328,7 @@ export default class Analysis extends Component {
</Row>
</TabPane>
<TabPane tab="访问量" key="views">
<Row gutter={72}>
<Row>
<Col xl={16} lg={12} md={12} sm={24} xs={24}>
<div className={styles.salesBar}>
<Bar
......
......@@ -163,6 +163,12 @@
color: @disabled-color;
}
@media screen and (min-width: @screen-xl) {
.pageHeaderExtra {
min-width: 345px;
}
}
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
......
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