分析,基础分析,表格高度;

This commit is contained in:
钱冠学
2023-10-26 11:22:59 +08:00
parent 3b13fd8b4d
commit c5f8bee8d8
11 changed files with 16 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ export default defineComponent({
const chart = ref(null);
const columns = ref([]);
const tableSource = ref([]);
const scroll = ref({ y: 135, x: 400 });
const scroll = ref({ y: 230, x: 400 });
const source = ref([]);
const option = ref({});
const other =