This commit is contained in:
GGJ
2023-12-26 14:51:03 +08:00
parent 14387d552f
commit c37fdba0e7
4 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const scatterOptions = reactive({
title: {
text: '散点图',
// top: 'center',
left: 'center'
left: 'center'
},
toolbox: {

View File

@@ -18,4 +18,9 @@ import Echart from '@/views/dashboard/components/echart.vue'
width: 100%;
height: 500px;
}
::v-deep(.el-tabs__content) {
height: calc(100vh - 110px);
overflow-y: auto;
}
</style>