|
@@ -100,9 +100,9 @@
|
|
|
</a-card>
|
|
|
|
|
|
<div class="antd-pro-pages-dashboard-analysis-twoColLayout" :class="isDesktop() ? 'desktop' : ''">
|
|
|
- <a-row :gutter="24">
|
|
|
+ <a-row :gutter="24" type="flex" :style="{ marginTop: '24px' }">
|
|
|
<a-col :xl="12" :lg="24" :md="24" :sm="24" :xs="24">
|
|
|
- <a-card :loading="loading" :bordered="false" title="线上热门搜索" :style="{ marginTop: '24px', minHeight: '500px' }">
|
|
|
+ <a-card :loading="loading" :bordered="false" title="线上热门搜索" :style="{ height: '100%' }">
|
|
|
<a-dropdown :trigger="['click']" placement="bottomLeft" slot="extra">
|
|
|
<a class="ant-dropdown-link" href="#">
|
|
|
<a-icon type="ellipsis" />
|
|
@@ -164,7 +164,7 @@
|
|
|
</a-card>
|
|
|
</a-col>
|
|
|
<a-col :xl="12" :lg="24" :md="24" :sm="24" :xs="24">
|
|
|
- <a-card class="antd-pro-pages-dashboard-analysis-salesCard" :loading="loading" :bordered="false" title="销售额类别占比" :style="{ marginTop: '24px', minHeight: '500px' }">
|
|
|
+ <a-card class="antd-pro-pages-dashboard-analysis-salesCard" :loading="loading" :bordered="false" title="销售额类别占比" :style="{ height: '100%' }">
|
|
|
<div slot="extra" style="height: inherit;">
|
|
|
<!-- style="bottom: 12px;display: inline-block;" -->
|
|
|
<span class="dashboard-analysis-iconGroup">
|
|
@@ -381,12 +381,6 @@ export default {
|
|
|
display: flex;
|
|
|
display: block;
|
|
|
flex-flow: row wrap;
|
|
|
-
|
|
|
- &.desktop div[class^=ant-col]:last-child {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.antd-pro-pages-dashboard-analysis-salesCard {
|