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