[update] 调整会员统计样式
This commit is contained in:
@@ -200,9 +200,8 @@ export default {
|
||||
}
|
||||
},
|
||||
legend: {
|
||||
left:'15%',
|
||||
left:'center',
|
||||
bottom: '2%',
|
||||
right: '2%',
|
||||
padding: [0, 50, 0, 50],
|
||||
itemGap:50
|
||||
},
|
||||
@@ -274,7 +273,7 @@ export default {
|
||||
}
|
||||
|
||||
.echarts-box {
|
||||
min-width: 550px;
|
||||
min-width: 500px;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
bordered
|
||||
rowKey="id"
|
||||
:columns="columns"
|
||||
:scroll="{x: 1500}"
|
||||
:scroll="{x: 1500, y: 'calc(100vh - 340px)'}"
|
||||
:dataSource="dataSource"
|
||||
:pagination="ipagination"
|
||||
:loading="loading"
|
||||
@@ -205,6 +205,6 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style scoped lang="less">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user