mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix: 重置加载进度值并调整搜索进度卡的内边距
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user