File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 100
100
</a-card >
101
101
102
102
<div class =" antd-pro-pages-dashboard-analysis-twoColLayout" :class =" isDesktop() ? 'desktop' : ''" >
103
- <a-row :gutter =" 24" >
103
+ <a-row :gutter =" 24" type = " flex " :style = " { marginTop: '24px' } " >
104
104
<a-col :xl =" 12" :lg =" 24" :md =" 24" :sm =" 24" :xs =" 24" >
105
- <a-card :loading =" loading" :bordered =" false" title =" 线上热门搜索" :style =" { marginTop : '24px', minHeight: '500px ' }" >
105
+ <a-card :loading =" loading" :bordered =" false" title =" 线上热门搜索" :style =" { height : '100% ' }" >
106
106
<a-dropdown :trigger =" ['click']" placement =" bottomLeft" slot =" extra" >
107
107
<a class =" ant-dropdown-link" href =" #" >
108
108
<a-icon type =" ellipsis" />
164
164
</a-card >
165
165
</a-col >
166
166
<a-col :xl =" 12" :lg =" 24" :md =" 24" :sm =" 24" :xs =" 24" >
167
- <a-card class =" antd-pro-pages-dashboard-analysis-salesCard" :loading =" loading" :bordered =" false" title =" 销售额类别占比" :style =" { marginTop : '24px', minHeight: '500px ' }" >
167
+ <a-card class =" antd-pro-pages-dashboard-analysis-salesCard" :loading =" loading" :bordered =" false" title =" 销售额类别占比" :style =" { height : '100% ' }" >
168
168
<div slot =" extra" style =" height : inherit ;" >
169
169
<!-- style="bottom: 12px;display: inline-block;" -->
170
170
<span class =" dashboard-analysis-iconGroup" >
@@ -381,12 +381,6 @@ export default {
381
381
display : flex ;
382
382
display : block ;
383
383
flex-flow : row wrap ;
384
-
385
- & .desktop div [class^= ant- col]:last-child {
386
- position : absolute ;
387
- right : 0 ;
388
- height : 100% ;
389
- }
390
384
}
391
385
392
386
.antd-pro-pages-dashboard-analysis-salesCard {
Original file line number Diff line number Diff line change 20
20
title =" 标准列表" >
21
21
22
22
<div slot =" extra" >
23
- <a-radio-group >
24
- <a-radio-button >全部</a-radio-button >
25
- <a-radio-button >进行中</a-radio-button >
26
- <a-radio-button >等待中</a-radio-button >
23
+ <a-radio-group v-model = " status " >
24
+ <a-radio-button value = " all " >全部</a-radio-button >
25
+ <a-radio-button value = " processing " >进行中</a-radio-button >
26
+ <a-radio-button value = " waiting " >等待中</a-radio-button >
27
27
</a-radio-group >
28
28
<a-input-search style =" margin-left : 16px ; width : 272px ;" />
29
29
</div >
@@ -136,7 +136,8 @@ export default {
136
136
},
137
137
data () {
138
138
return {
139
- data
139
+ data,
140
+ status: ' all'
140
141
}
141
142
}
142
143
}
You can’t perform that action at this time.
0 commit comments