新增自动抓取停止功能
- 添加停止按钮,自动抓取时显示 - 点击可随时终止自动抓取流程 - 显示已停止状态和已抓取数量
This commit is contained in:
@@ -151,6 +151,13 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.progress-info {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* 结果区域 */
|
||||
.results-section {
|
||||
background: white;
|
||||
|
||||
Reference in New Issue
Block a user