mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix: 重置加载进度值并调整搜索进度卡的内边距
This commit is contained in:
@@ -77,6 +77,7 @@ function startLoadingProgress() {
|
||||
// 停止监听加载进度
|
||||
function stopLoadingProgress() {
|
||||
if (progressEventSource.value) progressEventSource.value?.close()
|
||||
progressValue.value = 0
|
||||
}
|
||||
|
||||
// 设置视图类型
|
||||
@@ -261,7 +262,7 @@ onUnmounted(() => {
|
||||
z-index: 100;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 20px;
|
||||
padding-top: 4rem;
|
||||
}
|
||||
|
||||
.search-progress-card {
|
||||
|
||||
Reference in New Issue
Block a user