[update] 调整会员统计样式

This commit is contained in:
lideqin
2024-03-15 17:46:58 +08:00
parent 201c959d91
commit 927b308800
2 changed files with 4 additions and 5 deletions
@@ -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>