收紧项目分析弹窗头带与滚动布局

This commit is contained in:
wkc
2026-03-26 09:12:07 +08:00
parent 2b701602ff
commit 21b8b7bf41
4 changed files with 155 additions and 84 deletions

View File

@@ -18,4 +18,6 @@ const dialog = fs.readFileSync(
"handleDialogClosed()",
"this.fetchDetailData()",
"this.resetDialogState()",
"project-analysis-header",
'class="project-analysis-tabs"',
].forEach((token) => assert(dialog.includes(token), token));