搜索关键字爬虫

This commit is contained in:
2025-11-12 16:10:34 +08:00
parent 7be02fe396
commit 675e6da7d7
37 changed files with 3382 additions and 572 deletions

View File

@@ -243,7 +243,7 @@ watch(
background: white;
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
height: calc(100vh - 76px);
min-height: calc(100vh - 76px);
}
</style>

View File

@@ -210,7 +210,7 @@ function handleMenuClick(menu: SysMenu) {
.main-content-full {
background: #F9FAFB;
height: 100vh;
min-height: 100vh;
overflow-y: auto;
padding: 20px;
box-sizing: border-box;