Skip to content

Commit

Permalink
fix: 修改InfoItemWidget展示数据的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiaoyong committed Jan 17, 2024
1 parent 80db9c9 commit d598616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fun InfoItemWidget(
.padding(vertical = 10.dp, horizontal = 5.dp)
) {
Text(
description ?: "暂无内容",
value ?: "暂无内容",
style = TextStyle(fontWeight = FontWeight.Medium, fontSize = 16.sp)
)
}
Expand Down

0 comments on commit d598616

Please sign in to comment.