mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
改进搜索体验:优化搜索对话框、进度条及无数据提示
This commit is contained in:
@@ -52,7 +52,7 @@ interface Props {
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 响应式设计 */
|
/* 移动响应式设计 */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.no-data-container :deep(.v-responsive) {
|
.no-data-container :deep(.v-responsive) {
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
|
|||||||
@@ -474,7 +474,7 @@ onUnmounted(() => {
|
|||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 初始加载状态 */
|
/* 初始的加载状态 */
|
||||||
.initial-loading-container {
|
.initial-loading-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -799,7 +799,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 站点选择 -->
|
<!-- 站点选择器 -->
|
||||||
<VRow dense>
|
<VRow dense>
|
||||||
<VCol
|
<VCol
|
||||||
v-for="site in filteredSites"
|
v-for="site in filteredSites"
|
||||||
|
|||||||
Reference in New Issue
Block a user