* Repair 1280 width under the word Wrong line * Repair table 1201 -1276 misplaced problems
@@ -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;