update style

This commit is contained in:
Timi
2025-12-17 16:16:10 +08:00
parent 423775c255
commit 369cfe2bf2
40 changed files with 375 additions and 507 deletions

View File

@ -14,7 +14,7 @@
width: fit-content;
min-width: 350rpx;
max-width: 450rpx;
background: #fff;
background: var(--theme-bg-card-secondary);
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, .15);
border-radius: 6rpx;
@ -56,7 +56,7 @@
flex-direction: column;
.location {
color: #333;
color: var(--theme-text-primary);
overflow: hidden;
font-size: 30rpx;
white-space: nowrap;
@ -68,7 +68,7 @@
display: flex;
.date {
color: #999;
color: var(--theme-text-secondary);
font-size: 24rpx;
margin-right: 16rpx;
}

View File

@ -3,19 +3,7 @@ import config from "../../../config/index";
import Time from "../../../utils/Time";
import { Journal, JournalPageType } from "../../../types/Journal";
import Toolkit from "../../../utils/Toolkit";
interface MapMarker {
id: number;
latitude: number;
longitude: number;
width: number;
height: number;
customCallout: {
anchorY: number;
anchorX: number;
display: string;
};
}
import { MapMarker } from "../../../types/UI";
interface LocationMarker {
locationKey: string; // 位置键 "lat,lng"