fix scroll exception

This commit is contained in:
Timi
2025-12-18 11:57:07 +08:00
parent 9f7df3cfed
commit 1ad1da1c4e
3 changed files with 29 additions and 15 deletions

View File

@ -57,7 +57,7 @@
.loading,
.finished {
color: var(--td-text-color-placeholder);
padding: 32rpx 0;
padding: 32rpx 0 64rpx 0;
font-size: 24rpx;
text-align: center;
}