fix: 重置加载进度值并调整搜索进度卡的内边距

This commit is contained in:
jxxghp
2025-03-29 20:05:38 +08:00
parent 80d55dae8d
commit 49acf7fba3
+2 -1
View File
@@ -77,6 +77,7 @@ function startLoadingProgress() {
// 停止监听加载进度 // 停止监听加载进度
function stopLoadingProgress() { function stopLoadingProgress() {
if (progressEventSource.value) progressEventSource.value?.close() if (progressEventSource.value) progressEventSource.value?.close()
progressValue.value = 0
} }
// 设置视图类型 // 设置视图类型
@@ -261,7 +262,7 @@ onUnmounted(() => {
z-index: 100; z-index: 100;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding-top: 20px; padding-top: 4rem;
} }
.search-progress-card { .search-progress-card {