改进搜索体验:优化搜索对话框、进度条及无数据提示

This commit is contained in:
madrays
2025-03-30 00:46:12 +08:00
parent 43fbc7abd7
commit 9020494f65
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ interface Props {
height: auto !important;
}
/* 响应式设计 */
/* 移动响应式设计 */
@media (max-width: 768px) {
.no-data-container :deep(.v-responsive) {
max-width: 350px;

View File

@@ -474,7 +474,7 @@ onUnmounted(() => {
letter-spacing: 1px;
}
/* 初始加载状态 */
/* 初始加载状态 */
.initial-loading-container {
display: flex;
justify-content: center;

View File

@@ -799,7 +799,7 @@ onMounted(() => {
</div>
</div>
<!-- 站点选择 -->
<!-- 站点选择 -->
<VRow dense>
<VCol
v-for="site in filteredSites"