添加周期

This commit is contained in:
2026-07-07 10:18:22 +08:00
parent 5044c88946
commit 1a44a2f9e0
19 changed files with 556 additions and 87 deletions

View File

@@ -779,6 +779,7 @@ const analyseList = (e: string) => {
provide('tableStore', tableStore)
onMounted(() => {
TableHeaderRef.value.setTheDate(4)
const dom = document.getElementById('navigation-splitpanes')
if (dom) {
size.value = Math.round((180 / dom.offsetHeight) * 120)