自定列表导航栏

This commit is contained in:
juguohong
2025-08-24 23:56:03 +08:00
parent 58bacb3a47
commit 01d3acb6d9
20 changed files with 393 additions and 85 deletions

View File

@@ -38,6 +38,10 @@
.location {
display: flex;
align-items: center;
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #3C3C4399;
}
.location-position {

View File

@@ -59,7 +59,6 @@ const ListCard: React.FC<ListCardProps> = ({
</View>
);
};
console.log("===ttt", !title);
return (
<View className="list-item">
{/* 左侧内容区域 */}