自定列表导航栏
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
.location {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
color: #3C3C4399;
|
||||
}
|
||||
|
||||
.location-position {
|
||||
|
||||
@@ -59,7 +59,6 @@ const ListCard: React.FC<ListCardProps> = ({
|
||||
</View>
|
||||
);
|
||||
};
|
||||
console.log("===ttt", !title);
|
||||
return (
|
||||
<View className="list-item">
|
||||
{/* 左侧内容区域 */}
|
||||
|
||||
Reference in New Issue
Block a user