fix dark mode

This commit is contained in:
Timi
2025-12-10 19:00:25 +08:00
parent 18c6a41549
commit 1905d1cd5a
2 changed files with 2 additions and 7 deletions

View File

@ -56,6 +56,7 @@
flex-direction: column;
.location {
color: #333;
overflow: hidden;
font-size: 30rpx;
white-space: nowrap;
@ -92,7 +93,7 @@
.loading-text {
color: #666;
padding: 24rpx 48rpx;
background: #fff;
background: #FFF;
border-radius: 8rpx;
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
}